C# Class CSMongo.Requests.ServerSideCodeRequestBase

Base class for sending non-query commands to the server
Inheritance: CollectionRequestBase
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
ServerSideCodeRequestBase ( string database, string target ) : System

Creates a new CommandRequest for the target database

Méthodes protégées

Méthode Description
GenerateBody ( DynamicStream stream ) : void

Generates the command to send to the server

Method Details

GenerateBody() protected méthode

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

ServerSideCodeRequestBase() public méthode

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