CallParkOptions.Headers Property

Gets the list of custom signaling headers to be included with the park request.

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

Syntax

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

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

Property Value

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

Remarks

The application should add its custom headers to this list. Restricted headers cannot be included in the request.

See Also

Reference

CallParkOptions Class

CallParkOptions Members

Microsoft.Rtc.Collaboration Namespace