3 references to net_readonlystream
System.Net.HttpListener (3)
System\Net\HttpRequestStream.cs (3)
54public override void Write(byte[] buffer, int offset, int count) => throw new InvalidOperationException(SR.net_readonlystream); 58throw new InvalidOperationException(SR.net_readonlystream); 61public override void EndWrite(IAsyncResult asyncResult) => throw new InvalidOperationException(SR.net_readonlystream);