System.Net.HttpRequestStream.Write C# (CSharp) Method

Write() public method

public Write ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
return void
        public override void Write(byte[] buffer, int offset, int size)
        {
            throw new InvalidOperationException(SR.net_readonlystream);
        }