Interface IConnectionFeature
Information about the current connection.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IConnectionFeature
Properties
| Improve this Doc View SourceLocalEndPoint
Gets the local end point.
Declaration
IPEndPoint LocalEndPoint { get; }
Property Value
Type | Description |
---|---|
IPEndPoint |
RemoteAddress
Gets the remote address of the client.
Declaration
[Obsolete]
Address RemoteAddress { get; }
Property Value
Type | Description |
---|---|
Address |
RemoteEndPoint
Gets the remote end point.
Declaration
IPEndPoint RemoteEndPoint { get; }
Property Value
Type | Description |
---|---|
IPEndPoint |