다음을 통해 공유


SipUriParser Constructor (String)

Creates an instance of SipUriParser from a given string.

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.

See Also

Reference

SipUriParser Class

SipUriParser Members

SipUriParser Overload

Microsoft.Rtc.Signaling Namespace