ConferenceInvitationResponse Members
Reports results of a conference invitation.
The ConferenceInvitationResponse type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type. (Inherited from SipMessageData.) | |
CSeq | Gets the sequence number of the response. (Inherited from SipMessageData.) | |
FromHeader | Gets the "From" header of the message. (Inherited from SipMessageData.) | |
RequestUri | Gets the request URI. (Inherited from SipMessageData.) | |
ResponseCode | Gets the response code. (Inherited from SipResponseData.) | |
ResponseText | Gets the reason phrase. (Inherited from SipResponseData.) | |
SignalingHeaders | Gets the signaling headers in the response. (Inherited from SipMessageData.) | |
Status | Reports the final status of the invitation. | |
ToHeader | Gets the "To" header of the message. (Inherited from SipMessageData.) | |
UserAgent | Gets the user agent of the message. (Inherited from SipMessageData.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMessageBody | Gets the message body as a byte array. (Inherited from SipMessageData.) | |
GetMessageBodyString | Gets the message body as string. (Inherited from SipMessageData.) | |
GetObjectData | Populates a [SerializationInfo] with the data needed to serialize the object. (Inherited from SipResponseData.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top