UserEndpointSettingsInternal Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserEndpointSettingsInternal(String) | |
UserEndpointSettingsInternal(String, String) | |
UserEndpointSettingsInternal(String, String, Int32) |
UserEndpointSettingsInternal(String)
public:
UserEndpointSettingsInternal(System::String ^ ownerUri);
public UserEndpointSettingsInternal (string ownerUri);
new Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal : string -> Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal
Public Sub New (ownerUri As String)
Parameters
- ownerUri
- String
Applies to
UserEndpointSettingsInternal(String, String)
public:
UserEndpointSettingsInternal(System::String ^ ownerUri, System::String ^ serverName);
public UserEndpointSettingsInternal (string ownerUri, string serverName);
new Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal : string * string -> Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal
Public Sub New (ownerUri As String, serverName As String)
Parameters
- ownerUri
- String
- serverName
- String
Applies to
UserEndpointSettingsInternal(String, String, Int32)
public:
UserEndpointSettingsInternal(System::String ^ ownerUri, System::String ^ serverName, int serverPort);
public UserEndpointSettingsInternal (string ownerUri, string serverName, int serverPort);
new Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal : string * string * int -> Microsoft.Rtc.Internal.Collaboration.UserEndpointSettingsInternal
Public Sub New (ownerUri As String, serverName As String, serverPort As Integer)
Parameters
- ownerUri
- String
- serverName
- String
- serverPort
- Int32