CSMongo.Responses.ResponseBase.ResponseBase C# (CSharp) Method

ResponseBase() public method

Creates a new response by reading the standard Mongo header stream
public ResponseBase ( Stream response ) : System
response Stream
return System
        public ResponseBase(Stream response)
        {
            this._ReadResponse(response);
        }