LocalEndpointSettings 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
LocalEndpointSettings(String) |
Initializes LocalEndpointSettings object. |
LocalEndpointSettings(String, ConnectionContext) |
Initializes LocalEndpointSettings object. |
LocalEndpointSettings(String, String, Int32) |
Obsolete.
Initializes LocalEndpointSettings object. |
LocalEndpointSettings(String)
Initializes LocalEndpointSettings object.
protected:
LocalEndpointSettings(System::String ^ ownerUri);
protected LocalEndpointSettings (string ownerUri);
new Microsoft.Rtc.Collaboration.LocalEndpointSettings : string -> Microsoft.Rtc.Collaboration.LocalEndpointSettings
Protected Sub New (ownerUri As String)
Parameters
- ownerUri
- String
The URI of the owner of this endpoint.
Exceptions
Thrown if one or more arguments are null or empty.
Applies to
LocalEndpointSettings(String, ConnectionContext)
Initializes LocalEndpointSettings object.
protected:
LocalEndpointSettings(System::String ^ ownerUri, Microsoft::Rtc::Signaling::ConnectionContext ^ serverConnectionContext);
protected LocalEndpointSettings (string ownerUri, Microsoft.Rtc.Signaling.ConnectionContext serverConnectionContext);
new Microsoft.Rtc.Collaboration.LocalEndpointSettings : string * Microsoft.Rtc.Signaling.ConnectionContext -> Microsoft.Rtc.Collaboration.LocalEndpointSettings
Protected Sub New (ownerUri As String, serverConnectionContext As ConnectionContext)
Parameters
- ownerUri
- String
The URI of the owner of this endpoint.
- serverConnectionContext
- ConnectionContext
The server connection information.
Exceptions
Thrown when one or more arguments are null or empty
Thrown when one or more arguments are not valid
Applies to
LocalEndpointSettings(String, String, Int32)
Caution
Please use constructor that takes ConnectionContext instead.
Initializes LocalEndpointSettings object.
protected:
LocalEndpointSettings(System::String ^ ownerUri, System::String ^ serverName, int serverPort);
[System.Obsolete("Please use constructor that takes ConnectionContext instead.")]
protected LocalEndpointSettings (string ownerUri, string serverName, int serverPort);
new Microsoft.Rtc.Collaboration.LocalEndpointSettings : string * string * int -> Microsoft.Rtc.Collaboration.LocalEndpointSettings
Protected Sub New (ownerUri As String, serverName As String, serverPort As Integer)
Parameters
- ownerUri
- String
The URI of the owner of this endpoint.
- serverName
- String
Server host name.
- serverPort
- Int32
Server port.
- Attributes