SdpAnswer Members
Include Protected Members
Include Inherited Members
SdpAnswer, contains the Sdp answer message being send out or receceived from remote endpoint.
The SdpAnswer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpAnswer(SdpContentDescription) | Create an instance for SdpDescriptionAnswer class. | |
SdpAnswer(SdpContentDescription, SdpAnswerStatus) | Create an instance for SdpDescriptionAnswer class. | |
SdpAnswer(SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>) | Create an instance for SdpDescriptionAnswer class. |
Top
Properties
Name | Description | |
---|---|---|
Answer | Gets the SdpAnswer message body. | |
MessageHeaders | Gets the Collection of Headers for the message. | |
Status | Status of the answer. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top