 | ExtensionContainerSupportsRestStream Property |
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.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool SupportsRestStream { get; }Public ReadOnly Property SupportsRestStream As Boolean
Get
public:
property bool SupportsRestStream {
bool get ();
}member SupportsRestStream : bool with get
Property Value
Boolean
See Also