C# Класс 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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ResultOk double

Открытые методы

Метод Описание
ResponseBase ( Stream response ) : System

Creates a new response by reading the standard Mongo header stream

Защищенные методы

Метод Описание
ParseStream ( Stream stream ) : void

Required function for reading incoming content

Приватные методы

Метод Описание
_ReadResponse ( Stream response ) : void

Описание методов

ParseStream() защищенный абстрактный Метод

Required function for reading incoming content
protected abstract ParseStream ( Stream stream ) : void
stream Stream
Результат void

ResponseBase() публичный Метод

Creates a new response by reading the standard Mongo header stream
public ResponseBase ( Stream response ) : System
response Stream
Результат System

Описание свойств

ResultOk публичное статическое свойство

Response from the server meaning a request completed successfully
public static double ResultOk
Результат double