PowerTCP FTP for .NET
TcpBase Class Properties


For a list of all members of this type, see TcpBase members.

Public Properties
 NameDescription
Public PropertyCloseTime Returns the DateTime the connection was closed.  
Public PropertyConnectTime Returns the DateTime the connection was established.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEncoding Character encoding used by the component. (Inherited from Dart.Ftp.ComponentBase)
Public PropertyNetworkStreamReturns the NetworkStream object created when Connect() is called.  
Public PropertyRemoteEndPoint Gets the remote address and port of the connection.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySocket Gets the socket used by the component for communications. (Inherited from Dart.Ftp.SocketBase)
Public PropertySocketOption Gets and sets the socket options for classes derived from TcpBase.  
Public PropertySslStreamReturns the SslStream object created when AuthenticateAsClient or AuthenticateAsServer are called.  
Public PropertyState Gets the status of the connection as of the last socket operation.  
Public PropertySynchronizingObject Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Ftp.ComponentBase)
Public PropertySyncRoot Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Ftp.ComponentBase)
Public PropertyTag Gets or sets an object that stores any user data. (Inherited from Dart.Ftp.ComponentBase)
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

TcpBase Class
Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic