| RestExtensionMethods Property |
Gets REST methods. At least
Stream should be supported.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public 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
Type:
ListRestMethodSee Also