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> |