Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of custom signaling headers to be included in the message.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Headers As Collection(Of SignalingHeader)
Get
'Usage
Dim instance As SignalingSessionAcceptOptions
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 response.
See Also
Reference
SignalingSessionAcceptOptions Class