Share via


ApplicationEndpointSettings Constructor (String, String, Int32)

Initializes ApplicationEndpointSettings object.

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

Syntax

'Declaration
Public Sub New ( _
    ownerUri As String, _
    proxyHost As String, _
    proxyPort As Integer _
)
'Usage
Dim ownerUri As String
Dim proxyHost As String
Dim proxyPort As Integer

Dim instance As New ApplicationEndpointSettings(ownerUri, _
    proxyHost, proxyPort)
public ApplicationEndpointSettings(
    string ownerUri,
    string proxyHost,
    int proxyPort
)

Parameters

Remarks

Exceptions

[cref][T:System.ArgumentNullException]: Thrown if one or more arguments are null or empty.

[cref][T:System.ArgumentException]: Thrown if one or more arguments are not valid.

See Also

Reference

ApplicationEndpointSettings Class

ApplicationEndpointSettings Members

ApplicationEndpointSettings Overload

Microsoft.Rtc.Collaboration Namespace