[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Handles compression with zlib. This is not a general purpose zlib compression wrapper and is only compatible with Configuration Manager messages.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ZlibCompression : 
Compression
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ZlibCompression _
	
Inherits 
Compression
[
SerializableAttribute]
public 
ref class 
ZlibCompression 
sealed : 
public 
Compression

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ZlibCompression () () () ()
CompressData( array< Byte > [] () [] [] , CompressionLevel)
Compresses using zlib
(Overrides Compression . . :: . . CompressData( array< Byte > [] () [] [] , CompressionLevel).)
DecompressData( array< Byte > [] () [] [] )
Decompress zlib compressed data
(Overrides Compression . . :: . . DecompressData( array< Byte > [] () [] [] ).)
DecompressData(CompressedData)
Decompress zlib compressed data
(Overrides Compression . . :: . . DecompressData(CompressedData).)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . Compression
     Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . ZlibCompression

See Also