C# 클래스 CSMongo.Requests.GetMoreRequest

상속: CollectionRequestBase
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GenerateBody ( DynamicStream stream ) : void

Generates the body for this request

메소드 상세

GenerateBody() 보호된 메소드

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

GetMoreRequest() 공개 메소드

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

OnResponse() 공개 메소드

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