Click or drag to resize

FtpControlChannel Class

FTP control channel.
Inheritance Hierarchy
SystemObject
  GSF.Net.FtpFtpControlChannel

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public class FtpControlChannel : IDisposable
View Source

The FtpControlChannel type exposes the following members.

Properties
 NameDescription
Public propertyLastResponse Last response from control channel.
Top
Methods
 NameDescription
Public methodClose Releases all the resources used by the FtpControlChannel object.
Public methodCommand Send FTP command to control channel.
Public methodConnect Connects the FtpControlChannel.
Public methodDispose Releases all the resources used by the FtpControlChannel object.
Protected methodDispose(Boolean) Releases the unmanaged resources used by the FtpControlChannel object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the FtpControlChannel object is reclaimed by GC.
(Overrides ObjectFinalize)
Public methodFlushResponses Flushes data from the control channel to get ready for the next response.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefreshResponse Refresh response from control channel.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also