![]() | ExtensionContainer Class |
Namespace: Limilabs.FTP.Client
The ExtensionContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExtensionContainer | Initializes a new instance of the ExtensionContainer class |
Name | Description | |
---|---|---|
![]() | SupportedHashTypes |
Gets all hash algorithms supported by the remote FTP server.
You can use values returned by this method as parameters for GetFileHash(String, FtpHashType) and GetFileHash(String, FtpHashType, Int64, Int64) methods.
|
![]() | SupportsAuthSSL | |
![]() | SupportsAuthTLS | |
![]() | SupportsMDTM |
Gets boolean value indicating if MDTM is supported.
True indicates you can use GetFileModificationTime(String) and SetFileModificationTime(String, DateTime) method.
|
![]() | SupportsMFMT |
Gets boolean value indicating if MFMT is supported.
True indicates you can use SetFileModificationTime(String, DateTime) method.
|
![]() | SupportsMLST |
Gets boolean value indicating if MLST is supported.
True indicates you can use MLST, MLST(String) and MLSD, MLSD(String) methods.
|
![]() | SupportsModeZ | |
![]() | SupportsRestStream |
Gets boolean value indicating if Rest extension with Stream is supported.
True indicates you can use Download(String, Int64), Download(String, Int64, Stream),
Upload(String, Int64, Stream), Upload(String, Int64, Byte) methods.
|
![]() | SupportsSize |
Gets boolean value indicating if Size is supported.
True indicates you can use GetFileSize(String) method.
|
![]() | SupportsUTF8 |
Gets boolean value indicating if UTF8 is supported.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExtensions |
Gets all extensions supported by the remote FTP server.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Supports |
Checks if the remote FTP server supports specified extension.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |