Click or drag to resize

FtpExtension Class

Represents single FTP extension.
Inheritance Hierarchy

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
[SerializableAttribute]
public class FtpExtension : BasicConstant

The FtpExtension type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the constant.
(Inherited from BasicConstant.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.)
Public methodEquals(BasicConstant)
Determines whether the specified BasicConstant object is equal to the current one. Names are compared case insensitive.
(Inherited from BasicConstant.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from BasicConstant.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name of this object.
(Inherited from BasicConstant.)
Top
Fields
  NameDescription
Public fieldStatic memberAuth
Represents AUTH extension. Consider using SupportsAuthSSL and SupportsAuthTLS property.
Public fieldStatic memberClnt
Represents CLNT extension.
Public fieldStatic memberMDTM
Represents 'File Modification Time' (MDTM) extension (RFC 3659).
Public fieldStatic memberMFMT
Represents 'Modify Fact: Modification Time' (MFMT) extension (draft-somers-ftp-mfxx-04).
Public fieldStatic memberMLST
Represents MLST extension.
Public fieldStatic memberMode
Represents MODE extension. Consider using SupportsModeZ property.
Public fieldStatic memberRest
Represents REST extension. Consider using SupportsRestStream property.
Public fieldStatic memberSize
Represents SIZE extension.
Public fieldStatic memberUTF8
Represents UTF8 extension.
Public fieldStatic memberXCRC
Represents XCRC extension. Consider using SupportedHashTypes property.
Public fieldStatic memberXMD5
Represents XMD5 extension. Consider using SupportedHashTypes property.
Public fieldStatic memberXSHA1
Represents XSHA1 extension. Consider using SupportedHashTypes property.
Public fieldStatic memberXSHA256
Represents XSHA256 extension. Consider using SupportedHashTypes property.
Public fieldStatic memberXSHA512
Represents XSHA1 extension. Consider using SupportedHashTypes property.
Top
See Also