Click or drag to resize

MessageRequestEventArgs Properties

The MessageRequestEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDialogId
The Dialog Id
Public propertyHeaders
An array of SIP Headers accompanying the request.
Public propertyLocalHost
The Local Host the message arrived on.
Public propertyLocalPort
The Local Port the message arrived on.
Public propertyRemoteHost
The Remote Host the message came from.
Public propertyRemotePort
The Remote Port the message came from.
Public propertyRequestId
The Unique Request Id
Public propertyRequestLine
The Request Line
Public propertySdp
An array of Sip Data accompanying the request.
Public propertySessionId
The Session Id
Public propertySipMethod
The Sip Method of the pending request.
Public propertyTransportProtocol
The transport protocol of the message.
Top
See Also