System.Net.HttpResponseStream.EndRead C# (CSharp) Method

EndRead() public method

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
return int
        public override int EndRead(IAsyncResult asyncResult)
        {
            throw new InvalidOperationException(SR.net_writeonlystream);
        }