Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
List of Headers on 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 SdpOffer
Dim value As Collection(Of SignalingHeader)
value = instance.MessageHeaders
public Collection<SignalingHeader> MessageHeaders { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<SignalingHeader>
Remarks
In case of incoming offer MessageHeaders represents all the Signaling Headers received on offer message. In case of outgoing offer MessageHeaders represents the additional headers, MediaProvider willing to include with the offer message.