NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProxyData.PROXY_FTP_GW

Specifies that the proxy is an FTP gateway.

[Visual Basic]
Public Const PROXY_FTP_GW As Integer
[C#]
public const int PROXY_FTP_GW;
[C++]
public: const int PROXY_FTP_GW;
[JScript]
public var PROXY_FTP_GW : int;

See Also

ProxyData Class | ProxyData Members | System.Net Namespace