3 references to net_writeonlystream
System.Net.HttpListener (3)
System\Net\HttpResponseStream.cs (3)
34
public override int Read(byte[] buffer, int offset, int size) => throw new InvalidOperationException(SR.
net_writeonlystream
);
38
throw new InvalidOperationException(SR.
net_writeonlystream
);
41
public override int EndRead(IAsyncResult asyncResult) => throw new InvalidOperationException(SR.
net_writeonlystream
);