CompressedMessage Class (original) (raw)
Represents a compressed message.
Inheritance Hierarchy
Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class CompressedMessage : MongoDBMessage
Public Class CompressedMessage Inherits MongoDBMessage
type CompressedMessage =
class
inherit MongoDBMessage
end
The CompressedMessage type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------- |
| | CompressedMessage | Initializes a new instance of the CompressedMessage class. |
Properties
Methods
Extension Methods
See Also