Partilhar via


UserEndpointSettings Constructor (String)

Creates a new UserEndpointSettings object.

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

Syntax

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

Dim instance As New UserEndpointSettings(ownerUri)
public UserEndpointSettings(
    string ownerUri
)

Parameters

  • ownerUri
    Type: System.String
    The URI of the user who owns this endpoint.

Exceptions

Exception Condition
ArgumentNullException

Thrown when arguments are null or empty.

ArgumentException

Thrown when one or more arguments are not valid.

Remarks

The server name and port are discovered using DNS queries automatically if the transport is Tls. This constructor is not supported when UserEndpoint is created with a platform configured for Tcp transport.

See Also

Reference

UserEndpointSettings Class

UserEndpointSettings Members

UserEndpointSettings Overload

Microsoft.Rtc.Collaboration Namespace