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.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
SignalingHeader
C#
public 
class 
SignalingHeader
Visual C++
public 
ref class 
SignalingHeader
JavaScript

Microsoft.Rtc.Signaling.SignalingHeader = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.SignalingHeader');

Inheritance Hierarchy

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

See Also