logv.http.AsyncStreamCopier.GetData C# (CSharp) Method

GetData() private method

private GetData ( ) : void
return void
        void GetData()
        {
            _input.BeginRead(buffer, 0, buffer.Length, ReadComplete, null);
        }