Partilhar via


RealTimeAddress Constructor (String)

Creates a new instance of RealTimeAddress.

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

Syntax

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

Dim instance As New RealTimeAddress(uri)
public RealTimeAddress(
    string uri
)

Parameters

  • uri
    Type: System.String
    The URI of the identity. The URI can be a GRUU, a sip URI or a tel URI.

See Also

Reference

RealTimeAddress Class

RealTimeAddress Members

RealTimeAddress Overload

Microsoft.Rtc.Signaling Namespace