SignalingHeader Class

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.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Signaling.SignalingHeader

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SignalingHeader _
    Implements ISerializable
'Usage
Dim instance As SignalingHeader
[SerializableAttribute]
public class SignalingHeader : ISerializable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SignalingHeader Members

Microsoft.Rtc.Signaling Namespace