 | ModeExtensionMethods Property |
Gets MODE methods. At least
ZLib should be supported.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic List<ModeMethod> Methods { get; set; }Public Property Methods As List(Of ModeMethod)
Get
Set
public:
property List<ModeMethod^>^ Methods {
List<ModeMethod^>^ get ();
void set (List<ModeMethod^>^ value);
}member Methods : List<ModeMethod> with get, set
Property Value
ListModeMethod
See Also