RedirectingEventArgs.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.