PinCommandOptions.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 custom headers to be included in the outgoing pin command.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ Headers { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader> Headers { get; }
member this.Headers : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader>
Public ReadOnly Property Headers As Collection(Of SignalingHeader)
Property Value
Remarks
Applications will not be able to add any restricted signaling header to this collection.