Search Results for

    Show / Hide Table of Contents

    Class SocksAuthenticateEventArgs

    Context for SOCKS5 username/password authentication on a SocksProxyEndPoint.

    Inheritance
    object
    EventArgs
    ProxyEventArgsBase
    SocksAuthenticateEventArgs
    Inherited Members
    ProxyEventArgsBase.ClientUserData
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.EventArguments
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class SocksAuthenticateEventArgs : ProxyEventArgsBase

    Properties

    | Edit this page View Source

    ClientRemoteEndPoint

    Remote endpoint of the connecting SOCKS client.

    Declaration
    public IPEndPoint ClientRemoteEndPoint { get; }
    Property Value
    Type Description
    IPEndPoint
    | Edit this page View Source

    Password

    Password supplied by the client (RFC 1929).

    Declaration
    public string Password { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ProxyEndPoint

    The SOCKS endpoint that accepted this client.

    Declaration
    public SocksProxyEndPoint ProxyEndPoint { get; }
    Property Value
    Type Description
    SocksProxyEndPoint
    | Edit this page View Source

    UserName

    Username supplied by the client (RFC 1929).

    Declaration
    public string UserName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX