Class SocksAuthenticateEventArgs
Context for SOCKS5 username/password authentication on a SocksProxyEndPoint.
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class SocksAuthenticateEventArgs : ProxyEventArgsBase
Properties
| Edit this page View SourceClientRemoteEndPoint
Remote endpoint of the connecting SOCKS client.
Declaration
public IPEndPoint ClientRemoteEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| IPEndPoint |
Password
Password supplied by the client (RFC 1929).
Declaration
public string Password { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProxyEndPoint
The SOCKS endpoint that accepted this client.
Declaration
public SocksProxyEndPoint ProxyEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| SocksProxyEndPoint |
UserName
Username supplied by the client (RFC 1929).
Declaration
public string UserName { get; }
Property Value
| Type | Description |
|---|---|
| string |