Partilhar via


PinCommandOptions.Headers Property

Gets the list of custom headers to be included in the outgoing pin command.

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

Syntax

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

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

Property Value

Type: System.Collections.ObjectModel.Collection<SignalingHeader>

Remarks

Applications will not be able to add any restricted signaling header to this collection.

See Also

Reference

PinCommandOptions Class

PinCommandOptions Members

Microsoft.Rtc.Collaboration.PinManagement Namespace