SipUriParser.GetParameters 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 a collection of sip URI parameters. May be null if the URI cannot be parsed.
public:
System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SipUriParameter ^> ^ GetParameters();
public System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SipUriParameter> GetParameters ();
member this.GetParameters : unit -> seq<Microsoft.Rtc.Signaling.SipUriParameter>
Public Function GetParameters () As IEnumerable(Of SipUriParameter)