Delegate SIPTransportRequestAsyncDelegate
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task SIPTransportRequestAsyncDelegate(SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest sipRequest);
Parameters
Type | Name | Description |
---|---|---|
SIPEndPoint | localSIPEndPoint | |
SIPEndPoint | remoteEndPoint | |
SIPRequest | sipRequest |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |