Edit

Share via


RedirectingEventArgs.Headers Property

Definition

Gets the list of headers to add to the next set of targets.

public:
 abstract property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ Headers { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ get(); };
public abstract System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader> Headers { get; }
member this.Headers : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader>
Public MustOverride ReadOnly Property Headers As Collection(Of SignalingHeader)

Property Value

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.

Applies to