SignalingHeader Members
Include Protected Members
Include Inherited Members
Represents the signaling header that can be added by the applications. Signaling headers allow applications to supply SIP headers as name-value pairs. These headers are exposed for incoming messages and used for attaching headers in outgoing messages.
The SignalingHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SignalingHeader(SerializationInfo, StreamingContext) | Creates a new instance of the SignalingHeader class with serialized data. | |
SignalingHeader(String, String) | Initializes a new instance of SignalingHeader used by the application to add an extension header to a SIP message. |
Top
Properties
Name | Description | |
---|---|---|
MicrosoftSupportedEventCategories | Gets the supported signaling header with value "msrtc-event-categories". | |
MicrosoftSupportedForking | Gets the supported signaling header with value "ms-forking". | |
MicrosoftSupportedPresence | Gets the supported signaling header with value "com.microsoft.msrtc.presence". | |
Name | Gets the name of this signaling header. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. | |
GetType | (inherited from Object) | |
GetValue | Gets the value of the header. | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns the string representation of the object. (Overrides Object.ToString().) |
Top