Gets or sets the type of the proxy server.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property ProxyType As FtpProxyType
	Get
	Set
C#
public FtpProxyType ProxyType { get; set; }

Field Value

The type of the proxy server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also