Method | Description | |
---|---|---|
Write ( Stream stream ) : void |
Writes the specified stream.
|
Method | Description | |
---|---|---|
CalculateBodySize ( MongoDB.Bson.BsonWriter writer ) : int |
Calculates the size of the body.
|
|
RequestMessageBase ( MongoDB.Bson.BsonWriterSettings bsonWriterSettings ) : System |
Initializes a new instance of the RequestMessageBase class.
|
|
WriteBody ( MongoDB.Bson.BsonWriter writer ) : void |
Writes the body.
|
protected abstract CalculateBodySize ( MongoDB.Bson.BsonWriter writer ) : int | ||
writer | MongoDB.Bson.BsonWriter | The writer. |
return | int |
protected RequestMessageBase ( MongoDB.Bson.BsonWriterSettings bsonWriterSettings ) : System | ||
bsonWriterSettings | MongoDB.Bson.BsonWriterSettings | The bson writer settings. |
return | System |
protected abstract WriteBody ( MongoDB.Bson.BsonWriter writer ) : void | ||
writer | MongoDB.Bson.BsonWriter | The writer. |
return | void |