Gets the list of custom signaling headers to be included in the response.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Headers 
As 
Collection(
Of 

SignalingHeader)
C#
public 
Collection<

SignalingHeader> 
Headers { 
get; }
Visual C++
public:
property 
Collection<

SignalingHeader^>^ 
Headers {
	
Collection<

SignalingHeader^>^ 
get ();
}
JavaScript
function get_
headers();

Remarks

The application should add its custom headers to this list. Restricted headers cannot be included in the response.

See Also