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 headers to add to the next set of targets.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Headers As Collection(Of SignalingHeader)
Get
'Usage
Dim instance As RedirectingEventArgs
Dim value As Collection(Of SignalingHeader)
value = instance.Headers
public abstract Collection<SignalingHeader> Headers { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<SignalingHeader>
Remarks
The list of headers can be modified for the next targets that will be tried. The headers will be applied to the INVITE request.