CallSendMessageResponseOptions.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 signaling headers to be included in the response.
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
The application should add its custom headers to this list. Restricted headers cannot be included in the response.