Click or drag to resize

FtpResponse Class

Defines a FTP response.
Inheritance Hierarchy
SystemObject
  GSF.Net.FtpFtpResponse

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

The FtpResponse type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets FTP response code.
Public propertyMessage Gets FTP response message.
Public propertyResponses Gets FTP response queue.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberClosingDataChannel FTP response code for closing data channel.
Public fieldStatic memberDataChannelOpenedTransferStart FTP response code for data channel opened, transfer start.
Public fieldStatic memberEnterPassiveMode FTP response code for enter passive mode.
Public fieldStatic memberFileOkBeginOpenDataChannel FTP response code for file OK, begin open data channel.
Public fieldStatic memberInvalidCode FTP response code for invalid code.
Public fieldStatic memberRequestFileActionComplete FTP response code for request file action complete.
Public fieldStatic memberRequestFileActionPending FTP response code for request file action pending.
Public fieldStatic memberServiceReady FTP response code for service ready.
Public fieldStatic memberServiceUnavailable FTP response code for service unavailable.
Public fieldStatic memberTransferAborted FTP response code for transfer aborted.
Public fieldStatic memberUserAcceptedWaitingPass FTP response code for user accepted waiting pass.
Public fieldStatic memberUserLoggedIn FTP response code for user logged in.
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