LocalEndpointSettings.AdditionalHeaders 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 or sets the collection of additional headers that should be placed on every SIP message sent by the endpoint. This may be null.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ AdditionalHeaders { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader> AdditionalHeaders { get; }
member this.AdditionalHeaders : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.SignalingHeader>
Public ReadOnly Property AdditionalHeaders As Collection(Of SignalingHeader)