Search Results for

    Class AMNetServerProxyAcceptor

    Default PROXY protocol acceptor for direct SSH, PROXY v1, and PROXY v2 connections.

    Inheritance
    object
    AMNetServerProxyAcceptor
    Implements
    IAMNetServerProxyAcceptor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public class AMNetServerProxyAcceptor : IAMNetServerProxyAcceptor

    Constructors

    | Edit this page View Source

    AMNetServerProxyAcceptor()

    Creates a default PROXY protocol acceptor.

    Declaration
    public AMNetServerProxyAcceptor()

    Methods

    | Edit this page View Source

    acceptServerProxyMetadata(IProxyMetadata)

    Parses and validates metadata sent before the SSH handshake, such as PROXY protocol headers.

    Declaration
    public virtual bool acceptServerProxyMetadata(IProxyMetadata proxyMetadata)
    Parameters
    Type Name Description
    IProxyMetadata proxyMetadata

    The incoming metadata buffer and connection attributes.

    Returns
    Type Description
    bool

    true when SSH handshake processing may continue; otherwise false.

    Implements

    IAMNetServerProxyAcceptor
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX