Share via


ProxyHost Property

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

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

Syntax

'Declaration
Public ReadOnly Property ProxyHost As String
    Get
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As String

value = instance.ProxyHost
public string ProxyHost { get; }

Property Value

Type: System..::..String

Remarks

Optional.

This allows us to route messages to endpoints that may not be directly reachable.

See Also

Reference

ApplicationEndpointSettings Class

ApplicationEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace