SignalingHeader Class

Represents the signaling header that can be added by applications.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..SignalingHeader

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

Syntax

'Declaration
Public Class SignalingHeader
'Usage
Dim instance As SignalingHeader
public class SignalingHeader

Remarks

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.

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