SipUriParser.GetHeaders Method
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 header collection of the URI.
public:
System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ GetHeaders();
public System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> GetHeaders ();
member this.GetHeaders : unit -> seq<Microsoft.Rtc.Signaling.SignalingHeader>
Public Function GetHeaders () As IEnumerable(Of SignalingHeader)