Share via


MessageHeaders Property

Gets the Collection of Headers for the message.

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

Syntax

'Declaration
Public ReadOnly Property MessageHeaders As Collection(Of SignalingHeader)
    Get
'Usage
Dim instance As SdpAnswer
Dim value As Collection(Of SignalingHeader)

value = instance.MessageHeaders
public Collection<SignalingHeader> MessageHeaders { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'SignalingHeader>)>)>

Remarks

In the case of an incoming answer, MessageHeaders represents all the Signaling Headers received on the answer message. In the case of an outgoing answer, MessageHeaders represents the additional headers, MediaProvider is willing to include with the answer message.

See Also

Reference

SdpAnswer Class

SdpAnswer Members

Microsoft.Rtc.Collaboration Namespace