Class TcpSocketClientAccessor
Accessor to set/get the current TcpClient.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.dll
Syntax
public class TcpSocketClientAccessor
Properties
| Improve this Doc View SourceTcpSocketClient
Gets or sets the current TcpClient.
Declaration
public TcpClient? TcpSocketClient { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TcpClient> |
TcpSocketStream
Gets or sets the Stream to use.
Declaration
public Stream? TcpSocketStream { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Stream> |