Delegate SipRequestReceivedDelegate
Delegate type for the SipRequestReceived event of the SipTransportManager class.
Namespace: SipLib.Channels
Assembly: SipLib.dll
Syntax
public delegate void SipRequestReceivedDelegate(SIPRequest sipRequest, SIPEndPoint remoteEndPoint, SipTransport sipTransportManager)
Parameters
Type | Name | Description |
---|---|---|
SIPRequest | sipRequest | Request that was received. |
SIPEndPoint | remoteEndPoint | Remote endpoint that received the message. |
SipTransport | sipTransportManager | SipTransportManager that fired the event. |