CSMongo.Responses.ResponseBase.ResponseBase C# (CSharp) Метод

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

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