C# Class CSMongo.Responses.QueryResponse

Records and details of the result of a QueryRequest
Inheritance: ResponseBase
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
CheckForExceptions ( ) : void

Checks for a default response if there is an error

GetDefaultResponse ( ) : BsonObject

Finds a response or returns an empty object

QueryResponse ( Stream response ) : System

Creates a new QueryResponse using an incoming stream

Méthodes protégées

Méthode Description
ParseStream ( Stream stream ) : void

Handles reading back the content for this query

Method Details

CheckForExceptions() public méthode

Checks for a default response if there is an error
public CheckForExceptions ( ) : void
Résultat void

GetDefaultResponse() public méthode

Finds a response or returns an empty object
public GetDefaultResponse ( ) : BsonObject
Résultat BsonObject

ParseStream() protected méthode

Handles reading back the content for this query
protected ParseStream ( Stream stream ) : void
stream Stream
Résultat void

QueryResponse() public méthode

Creates a new QueryResponse using an incoming stream
public QueryResponse ( Stream response ) : System
response Stream
Résultat System