ContentStreamCanRead Property
IT Hit WebDAV Classes Reference
When overridden in a derived class, gets a value indicating whether the current
stream supports reading.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax public override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}
abstract CanRead : bool with get
override CanRead : bool with get
Return Value
Type:
Booleantrue if the stream supports reading; otherwise, false.
See Also