| 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.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool SupportsRestStream { get; }
Public ReadOnly Property SupportsRestStream As Boolean
Get
public:
property bool SupportsRestStream {
bool get ();
}
member SupportsRestStream : bool with get
Property Value
Type:
BooleanSee Also