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

Read() public method

public Read ( [ buffer, int offset, int size ) : int
buffer [
offset int
size int
return int
        public override int Read([In, Out] byte[] buffer, int offset, int size)
        {
            throw new InvalidOperationException(SR.net_writeonlystream);
        }