System.Net.CommandStream.CheckValid C# (CSharp) Method

CheckValid() protected method

This function is implemented in a derived class to determine whether a response is valid, and when it is complete.
protected CheckValid ( ResponseDescription response, int &validThrough, int &completeLength ) : bool
response ResponseDescription
validThrough int
completeLength int
return bool
        protected virtual bool CheckValid(ResponseDescription response, ref int validThrough, ref int completeLength)
        {
            return false;
        }