Gets the Collection of Headers for the message.

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

Syntax

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

SignalingHeader)
C#
public 
Collection<

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

SignalingHeader^>^ 
MessageHeaders {
	
Collection<

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

Remarks

In case of incoming answer MessageHeaders represents all the Signaling Headers received on answer message.

In case of outgoing answer MessageHeaders represents the additional headers, MediaProvider willing to include with the answer message.

See Also