Show / Hide Table of Contents

    Class TcpSocketClientAccessor

    Accessor to set/get the current TcpClient.

    Inheritance
    Object
    TcpSocketClientAccessor
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class TcpSocketClientAccessor

    Properties

    | Improve this Doc View Source

    TcpSocketClient

    Gets or sets the current TcpClient.

    Declaration
    public TcpClient? TcpSocketClient { get; set; }
    Property Value
    Type Description
    Nullable<TcpClient>
    | Improve this Doc View Source

    TcpSocketStream

    Gets or sets the Stream to use.

    Declaration
    public Stream? TcpSocketStream { get; set; }
    Property Value
    Type Description
    Nullable<Stream>
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.