MessageRequestEventArgs Class | |
Namespace: VoiceElements.Client
The MessageRequestEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageRequestEventArgs |
Constructor
|
| Name | Description | |
|---|---|---|
| DialogId |
The Dialog Id
| |
| Headers |
An array of SIP Headers accompanying the request.
| |
| LocalHost |
The Local Host the message arrived on.
| |
| LocalPort |
The Local Port the message arrived on.
| |
| RemoteHost |
The Remote Host the message came from.
| |
| RemotePort |
The Remote Port the message came from.
| |
| RequestId |
The Unique Request Id
| |
| RequestLine |
The Request Line
| |
| Sdp |
An array of Sip Data accompanying the request.
| |
| SessionId |
The Session Id
| |
| SipMethod |
The Sip Method of the pending request.
| |
| TransportProtocol |
The transport protocol of the message.
|