Rebex SFTP for .NET

Proxy Constructor

Initializes a new instance of the Proxy class with serialized data.

Overload List

Initializes an empty instance of the WebProxy class.

public Proxy();

Initializes a new instance of the Proxy class with the specified type, hostname, port, bypass setting, list of URIs to bypass, and credentials, with base authentification.

public Proxy(ProxyType,ProxyAuthentication,string,int,bool,NetworkCredential);

Initializes a new instance of the Proxy class with the specified type, hostname, port, bypass setting, list of URIs to bypass, and credentials.

public Proxy(ProxyType,ProxyAuthentication,string,int,bool,string[],NetworkCredential);

Initializes a new instance of the Proxy class with the specified type, hostname, port, and credentials with base authentification.

public Proxy(ProxyType,ProxyAuthentication,string,int,NetworkCredential);

Initializes a new instance of the Proxy class with the specified type, hostname, and port.

public Proxy(ProxyType,string,int);

Initializes a new instance of the Proxy class with the specified type, hostname, port, and username.

public Proxy(ProxyType,string,int,string);

Initializes a new instance of the Proxy class with serialized data.

public Proxy(SerializationInfo,StreamingContext);

See Also

Proxy Class | Rebex.Net Namespace