ConferenceCommandOptions.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 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 should not add any restricted headers including contact header to this list.