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