Search Results for

    Interface IAMNetServerProxyAcceptor

    Provides a way to implement proxied connections where metadata about the client is sent before the actual SSH protocol is executed.

    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface IAMNetServerProxyAcceptor

    Methods

    | Edit this page View Source

    acceptServerProxyMetadata(IProxyMetadata)

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

    Declaration
    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.

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