SIPMessage |
The SIPMessageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| SIPMessageInfo | Initializes a new instance of the SIPMessageInfo class. | |
| SIPMessageInfo(Boolean) | Initializes a new instance of the SIPMessageInfo class. |
| Name | Description | |
|---|---|---|
| Body | Gets or sets the body of the SIP message. | |
| FirstLine | Gets or sets the Request-Line or the Status-Line of the SIP message. | |
| Headers | Gets or sets the headers fields of the SIP message. | |
| IsRequest | Gets or sets a boolean value indicating whether the SIP message is a request. |
| Name | Description | |
|---|---|---|
| GetHeader | Gets the SIP header field. | |
| ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString) |