C# Class CSMongo.Requests.GetMoreRequest

Inheritance: CollectionRequestBase
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
GetMoreRequest ( MongoCollection collection, MongoCursor cursor, int count ) : System

Creates a new GetMoreRequest with the provided MongoCursor

OnResponse ( Stream stream ) : ResponseBase

Reads the response stream for results

Protected Methods

Method Description
GenerateBody ( DynamicStream stream ) : void

Generates the body for this request

Method Details

GenerateBody() protected method

Generates the body for this request
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
return void

GetMoreRequest() public method

Creates a new GetMoreRequest with the provided MongoCursor
public GetMoreRequest ( MongoCollection collection, MongoCursor cursor, int count ) : System
collection MongoCollection
cursor MongoCursor
count int
return System

OnResponse() public method

Reads the response stream for results
public OnResponse ( Stream stream ) : ResponseBase
stream System.IO.Stream
return CSMongo.Responses.ResponseBase