C# Class CSMongo.Responses.CommandResponse

Handles working with a response from a command
Inheritance: QueryResponse
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
CommandResponse ( Stream stream ) : System

Creates a response to a command request

IsResponseOk ( ) : bool

Verifies that a query response has an okay response within it

Method Details

CommandResponse() public method

Creates a response to a command request
public CommandResponse ( Stream stream ) : System
stream Stream
return System

IsResponseOk() public method

Verifies that a query response has an okay response within it
public IsResponseOk ( ) : bool
return bool