Gets and sets of the ProxyHost property.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ProxyHost { get; set; }
Public Property ProxyHost As String
	Get
	Set
public:
property String^ ProxyHost {
	String^ get ();
	void set (String^ value);
}

See Also