C# Class CSMongo.Requests.ServerSideCodeRequestBase

Base class for sending non-query commands to the server
Inheritance: CollectionRequestBase
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
ServerSideCodeRequestBase ( string database, string target ) : System

Creates a new CommandRequest for the target database

Protected Methods

Method Description
GenerateBody ( DynamicStream stream ) : void

Generates the command to send to the server

Method Details

GenerateBody() protected method

Generates the command to send to the server
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
return void

ServerSideCodeRequestBase() public method

Creates a new CommandRequest for the target database
public ServerSideCodeRequestBase ( string database, string target ) : System
database string
target string
return System