Interface ISecureConnectionFeature
Information about low-level connection information.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface ISecureConnectionFeature
Properties
| Improve this Doc View SourceCloseEncryptedControlStream
Gets or sets a delegate that closes an encrypted control stream.
Declaration
CloseEncryptedStreamDelegate CloseEncryptedControlStream { get; set; }
Property Value
| Type | Description |
|---|---|
| CloseEncryptedStreamDelegate |
Remarks
This doesn't apply to encrypted data streams.
CreateEncryptedStream
Gets or sets a delegate that allows the creation of an encrypted stream.
Declaration
CreateEncryptedStreamDelegate CreateEncryptedStream { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateEncryptedStreamDelegate |
OriginalStream
Gets the control connection stream.
Declaration
[Obsolete("Unused and will be removed.")]
NetworkStream OriginalStream { get; }
Property Value
| Type | Description |
|---|---|
| NetworkStream |