C# Class CSMongo.Responses.ResponseBase

A response from a request to the database. No need to make changes or act with the stream in the constructor since the abstract method ParseStream handles that
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Свойство Type Description
ResultOk double

Méthodes publiques

Méthode Description
ResponseBase ( Stream response ) : System

Creates a new response by reading the standard Mongo header stream

Méthodes protégées

Méthode Description
ParseStream ( Stream stream ) : void

Required function for reading incoming content

Private Methods

Méthode Description
_ReadResponse ( Stream response ) : void

Method Details

ParseStream() protected abstract méthode

Required function for reading incoming content
protected abstract ParseStream ( Stream stream ) : void
stream Stream
Résultat void

ResponseBase() public méthode

Creates a new response by reading the standard Mongo header stream
public ResponseBase ( Stream response ) : System
response Stream
Résultat System

Property Details

ResultOk public_oe static_oe property

Response from the server meaning a request completed successfully
public static double ResultOk
Résultat double