Share via


RedirectingEventArgs.Headers Property

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.

See Also

Reference

RedirectingEventArgs Class

RedirectingEventArgs Members

Microsoft.Rtc.Signaling Namespace