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 SourceacceptServerProxyMetadata(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 |
|