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
Protected method SignalingHeader(SerializationInfo, StreamingContext) Creates a new instance of the SignalingHeader class with serialized data.
Public method 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
Public propertyStatic member MicrosoftSupportedEventCategories Gets the supported signaling header with value "msrtc-event-categories".
Public propertyStatic member MicrosoftSupportedForking Gets the supported signaling header with value "ms-forking".
Public propertyStatic member MicrosoftSupportedPresence Gets the supported signaling header with value "com.microsoft.msrtc.presence".
Public property Name Gets the name of this signaling header.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the object.
Public method GetType (inherited from Object)
Public method GetValue Gets the value of the header.
Protected method MemberwiseClone (inherited from Object)
Public method ToString Returns the string representation of the object. (Overrides Object.ToString().)

Top

See Also

Reference

SignalingHeader Class

Microsoft.Rtc.Signaling Namespace