Edit

Share via


ApplicationEndpointSettings.ProxyHost Property

Definition

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

public:
 property System::String ^ ProxyHost { System::String ^ get(); };
public string ProxyHost { get; }
member this.ProxyHost : string
Public ReadOnly Property ProxyHost As String

Property Value

Remarks

This property enables the application to be able to send messages to other endpoints (which may not reachable directly) via the proxy.

Applies to