Gets or sets the proxy server authentication method.

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

Syntax

Visual Basic
Public Property AuthenticationMethod As FtpProxyAuthentication
	Get
	Set
C#
public FtpProxyAuthentication AuthenticationMethod { get; set; }

Field Value

The type of the proxy server authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also