Delegate LogInvalidSipMessageDelegate
Delegate type for the LogInvalidSipMessage event of the SipTransport class.
Namespace: SipLib.Channels
Assembly: SipLib.dll
Syntax
public delegate void LogInvalidSipMessageDelegate(byte[] msgBytes, IPEndPoint remoteEndPoint, SIPMessageTypesEnum messageType, SipTransport sipTransport)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | msgBytes | Byte array containing the received message. |
| IPEndPoint | remoteEndPoint | Remote endpoint that sent the message. |
| SIPMessageTypesEnum | messageType | Message type |
| SipTransport | sipTransport | SipTransport object that fired the event. |