C# Class MongoDB.Driver.IO.MsgMessage

Inheritance: RequestMessage
ファイルを表示 Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

Method Description
MsgMessage ( ) : System

Protected Methods

Method Description
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

Method Details

CalculateBodySize() protected method

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
return int

MsgMessage() public method

public MsgMessage ( ) : System
return System

WriteBody() protected method

protected WriteBody ( BsonWriter writer ) : void
writer MongoDB.Driver.Bson.BsonWriter
return void