SignalingHeader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class SignalingHeader : System::Runtime::Serialization::ISerializable
[Serializable]
public class SignalingHeader : System.Runtime.Serialization.ISerializable
type SignalingHeader = class
interface ISerializable
Public Class SignalingHeader
Implements ISerializable
- Inheritance
-
SignalingHeader
- Attributes
-
SerializableAttribute
- Implements
Constructors
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. |
Properties
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. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the object. |
GetValue() |
Gets the value of the header. |
ToString() |
Returns the string representation of the object. |