Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
This property enables the application to be able to send messages to other endpoints (which may not reachable directly) via the proxy.
See Also
Reference
ApplicationEndpointSettings Class