Share via


SipUriParser Constructor (String)

Creates a new instance of [SipUriParser].

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

Syntax

'Declaration
Public Sub New ( _
    value As String _
)
'Usage
Dim value As String

Dim instance As New SipUriParser(value)
public SipUriParser(
    string value
)

Parameters

Exceptions

Exception Condition
ArgumentException

Thrown if value is not a valid string to form [SipUri].

Remarks

Per Section 19.1.1 of RFC 3261, duplicate parameters are disallowed in SipUriParser constructors, and will cause an exception to be thrown.

See Also

Reference

SipUriParser Class

SipUriParser Members

SipUriParser Overload

Microsoft.Rtc.Signaling Namespace