Gets or sets the type of proxy server to use.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public ProxyTypes ProxyType { get; set; }
Visual Basic
Public Property ProxyType As ProxyTypes
	Get
	Set
Visual C++
public:
property ProxyTypes ProxyType {
	ProxyTypes get ();
	void set (ProxyTypes value);
}

Field Value

One of the ProxyTypes values.

See Also