Noemax DotNetGZip Report an issue | Discuss in forums
GZipStream.CanWrite Property (GZipStream)
See Also 
Noemax.GZip Assembly > Noemax.GZip Namespace > GZipStream Class : CanWrite Property



Gets a value indicating whether the stream supports writing.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property CanWrite As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GZipStream
Dim value As Boolean
 
value = instance.CanWrite
C# 
public override bool CanWrite {get;}
C++/CLI 
public:
property bool CanWrite override {
   bool get();
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

GZipStream Class
GZipStream Members
Base Implementation in System.IO.Stream