Gets or sets the password to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a.

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

Syntax

Visual Basic
Public Property Password As String
	Get
	Set
C#
public string Password { get; set; }

Field Value

A password to submit to the proxy server for authentication.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also