Delegate SIPMessageReceivedAsyncDelegate
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task SIPMessageReceivedAsyncDelegate(SIPChannel sipChannel, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, byte[] buffer);
Parameters
| Type | Name | Description |
|---|---|---|
| SIPChannel | sipChannel | |
| SIPEndPoint | localSIPEndPoint | |
| SIPEndPoint | remoteEndPoint | |
| System.Byte[] | buffer |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |