C# 클래스 CSMongo.Responses.QueryResponse

Records and details of the result of a QueryRequest
상속: ResponseBase
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

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

보호된 메소드들

메소드 설명
ParseStream ( Stream stream ) : void

Handles reading back the content for this query

메소드 상세

CheckForExceptions() 공개 메소드

Checks for a default response if there is an error
public CheckForExceptions ( ) : void
리턴 void

GetDefaultResponse() 공개 메소드

Finds a response or returns an empty object
public GetDefaultResponse ( ) : BsonObject
리턴 BsonObject

ParseStream() 보호된 메소드

Handles reading back the content for this query
protected ParseStream ( Stream stream ) : void
stream Stream
리턴 void

QueryResponse() 공개 메소드

Creates a new QueryResponse using an incoming stream
public QueryResponse ( Stream response ) : System
response Stream
리턴 System