Gets/Sets the type of Proxy server.

Namespace: Jscape.Ftp
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);
}

See Also