Gets the list of headers to be added to the request for the redirected targets.

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

Syntax

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

SignalingHeader)
C#
public 
abstract 
Collection<

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

SignalingHeader^>^ 
Headers {
	
Collection<

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

Remarks

The headers will be added to the new INVITE request sent to the redirected targets.

See Also