Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property CanWrite

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.dll

CanWrite

When overridden in a derived class, gets a value indicating whether the current stream supports writing.

public override bool CanWrite { get; }

Property Value

bool

true if the stream supports writing; otherwise, false.