C# Класс CSMongo.Requests.GetMoreRequest

Наследование: CollectionRequestBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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