Gets and sets of the ProxyPort 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 int ProxyPort { get; set; }
Public Property ProxyPort As Integer
	Get
	Set
public:
property int ProxyPort {
	int get ();
	void set (int value);
}

See Also