ApplicationEndpointSettings Constructors

Definition

Overloads

ApplicationEndpointSettings(String)

Creates a new instance of the ApplicationEndpointSettings class.

ApplicationEndpointSettings(String, ConnectionContext)

Creates a new instance of the ApplicationEndpointSettings class.

ApplicationEndpointSettings(String, String, Int32)

Creates a new instance of the ApplicationEndpointSettings class.

ApplicationEndpointSettings(String)

Creates a new instance of the ApplicationEndpointSettings class.

C#
public ApplicationEndpointSettings (string ownerUri);

Parameters

ownerUri
String

The URI of the owner of the endpoint.

Exceptions

Thrown when one or more arguments are null or empty.

Remarks

The endpoint type is set to "Application" and EndpointSubtype to "Attendant" by default.

Applies to

Lync UCMA latest i druge verzije
Proizvod Verzije
Lync UCMA 4.0, 5.0, latest

ApplicationEndpointSettings(String, ConnectionContext)

Creates a new instance of the ApplicationEndpointSettings class.

C#
public ApplicationEndpointSettings (string ownerUri, Microsoft.Rtc.Signaling.ConnectionContext proxyConnectionContext);

Parameters

ownerUri
String

The URI of the owner of the endpoint.

proxyConnectionContext
ConnectionContext

The proxy connection information to use as the first hop instead of a direct connection to the other endpoint.

Exceptions

Thrown if one or more arguments are null or empty.

Thrown if one or more arguments are not valid.

Applies to

Lync UCMA latest i druge verzije
Proizvod Verzije
Lync UCMA 4.0, 5.0, latest

ApplicationEndpointSettings(String, String, Int32)

Creates a new instance of the ApplicationEndpointSettings class.

C#
public ApplicationEndpointSettings (string ownerUri, string proxyHost, int proxyPort);

Parameters

ownerUri
String

The URI of the owner of the endpoint.

proxyHost
String

The proxy host to use as the first hop instead of a direct connection to the other endpoint.

proxyPort
Int32

The port to use for connecting to a proxy.

Exceptions

Thrown if one or more arguments are null or empty.

Thrown if one or more arguments are not valid.

Applies to

Lync UCMA latest i druge verzije
Proizvod Verzije
Lync UCMA 4.0, 5.0, latest