Click or drag to resize

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; }

Property Value

Type: ListRestMethod
See Also