SipUriParser.FindParameter Method

Return the header specific parameter matching with name. Return null if no matching parameter found.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function FindParameter ( _
    parameterName As String _
) As SipUriParameter
'Usage
Dim instance As SipUriParser
Dim parameterName As String
Dim returnValue As SipUriParameter

returnValue = instance.FindParameter(parameterName)
public SipUriParameter FindParameter(
    string parameterName
)

Parameters

  • parameterName
    Type: System.String
    Name of the parameter to find.

Return Value

Type: Microsoft.Rtc.Signaling.SipUriParameter
Return the header specific parameter matching with name. Return null if no matching parameter found.

See Also

Reference

SipUriParser Class

SipUriParser Members

Microsoft.Rtc.Signaling Namespace