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