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



This property is not supported and always throws a NotSupportedException.


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

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property Length As Long
Visual Basic (Usage)Copy Code
Dim instance As GZipStream
Dim value As Long
 
value = instance.Length
C# 
public override long Length {get;}
C++/CLI 
public:
property long Length override {
   long 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