Click or drag to resize

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.26109.1248
Syntax
public bool SupportsRestStream { get; }

Property Value

Boolean
See Also