C# Class MongoDB.Driver.IO.RequestMessage

Description of Message.
Inheritance: Message
Mostrar archivo Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

Method Description
RequestMessage ( ) : System
Write ( Stream stream ) : void

Protected Methods

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

Method Details

CalculateBodySize() protected abstract method

protected abstract CalculateBodySize ( BsonWriter writer ) : int
writer BsonWriter
return int

RequestMessage() public method

public RequestMessage ( ) : System
return System

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

WriteBody() protected abstract method

protected abstract WriteBody ( BsonWriter writer ) : void
writer BsonWriter
return void