ZlibCompression Class
Handles compression with zlib. This is not a general-purpose zlib compression wrapper; it is only compatible with Configuration Manager messages.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework::Compression
Microsoft.ConfigurationManagement.Messaging.Framework::ZlibCompression
| Name | Description | |
|---|---|---|
![]() | ZlibCompression() | Initializes a new instance of the ZlibCompression class. |
| Name | Description | |
|---|---|---|
![]() | CompressData(array<Byte>^, CompressionLevel) | Compresses data by using zlib. (Overrides Compression::CompressData(array<Byte>^, CompressionLevel).) |
![]() | DecompressData(array<Byte>^) | Decompresses zlib-compressed data. (Overrides Compression::DecompressData(array<Byte>^).) |
![]() | DecompressData(CompressedData^) | Decompresses zlib-compressed data. (Overrides Compression::DecompressData(CompressedData^).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
