1 override of BeginReadCore
System.Net.HttpListener (1)
System\Net\Managed\ChunkedInputStream.cs (1)
79
protected override IAsyncResult
BeginReadCore
(byte[] buffer, int offset, int size, AsyncCallback? cback, object? state)
3 references to BeginReadCore
System.Net.HttpListener (3)
System\Net\HttpRequestStream.cs (1)
36
return
BeginReadCore
(buffer, offset, count, callback, state)!;
System\Net\Managed\ChunkedInputStream.cs (2)
111
base.
BeginReadCore
(ares._buffer, ares._offset, ares._count, OnRead, rb);
143
base.
BeginReadCore
(ares._buffer!, ares._offset, ares._count, OnRead, rb);