| WinINETProxyInfosFtpProxy Property  | 
            String representing the endpoint of the proxy for FTP-traffic, if configured
            
 
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic string sFtpProxy { get; set; }Public Property sFtpProxy As String
	Get
	Set
public:
property String^ sFtpProxy {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also