SipUriParser.FindParameter(String) 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.
Return the header specific parameter matching with name. Return null if no matching parameter found.
public:
Microsoft::Rtc::Signaling::SipUriParameter ^ FindParameter(System::String ^ parameterName);
public Microsoft.Rtc.Signaling.SipUriParameter FindParameter (string parameterName);
member this.FindParameter : string -> Microsoft.Rtc.Signaling.SipUriParameter
Public Function FindParameter (parameterName As String) As SipUriParameter
Parameters
- parameterName
- String
Name of the parameter to find.
Returns
Return the header specific parameter matching with name. Return null if no matching parameter found.