Show / Hide Table of Contents

Delegate SIPTransactionRequestReceivedDelegate

Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task<SocketError> SIPTransactionRequestReceivedDelegate(SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPRequest sipRequest);
Parameters
Type Name Description
SIPEndPoint localSIPEndPoint
SIPEndPoint remoteEndPoint
SIPTransaction sipTransaction
SIPRequest sipRequest
Returns
Type Description
System.Threading.Tasks.Task<System.Net.Sockets.SocketError>

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX