55 overrides of BeginRead
Microsoft.AspNetCore.HttpLogging (1)
BufferingStream.cs (1)
271public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\NonDisposableStream.cs (1)
88public override IAsyncResult BeginRead(
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\OpaqueStream.cs (1)
88public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
RequestProcessing\RequestStream.cs (1)
172public override unsafe IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback? callback, object? state)
RequestProcessing\ResponseBody.cs (1)
430public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
ResponseStream.cs (1)
37public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Microsoft.AspNetCore.Server.IIS (4)
Core\HttpRequestStream.cs (1)
34public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Core\HttpUpgradeStream.cs (1)
118public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Core\WrappingStream.cs (1)
90public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
154public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpRequestStream.cs (1)
90public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Internal\Http\HttpUpgradeStream.cs (1)
118public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Internal\Infrastructure\WrappingStream.cs (1)
89public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Middleware\Internal\LoggingStream.cs (1)
228public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
154public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Microsoft.AspNetCore.TestHost (1)
AsyncStreamWrapper.cs (1)
62public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
Microsoft.AspNetCore.WebSockets (1)
AbortStream.cs (1)
65public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
PresentationFramework (2)
MS\Internal\AppModel\BamlStream.cs (1)
111public override IAsyncResult BeginRead(
MS\Internal\Navigation\BindStream.cs (1)
157public override IAsyncResult BeginRead(
System.IO.Compression (5)
System\IO\Compression\DeflateManaged\DeflateManagedStream.cs (1)
154public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
413public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System\IO\Compression\GZipStream.cs (1)
91public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System\IO\Compression\ZLibStream.cs (1)
121public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState)
System\IO\Compression\Zstandard\ZstandardStream.Decompress.cs (1)
397public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.IO.Compression.Brotli (1)
System\IO\Compression\dec\BrotliStream.Decompress.cs (1)
108public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System.IO.Pipelines (1)
System\IO\Pipelines\PipeReaderStream.cs (1)
77public sealed override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
System.IO.Pipes (1)
System\IO\Pipes\PipeStream.Unix.cs (1)
105public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.IO.Ports (1)
System\IO\Ports\SerialStream.Unix.cs (1)
520public override IAsyncResult BeginRead(byte[] array, int offset, int numBytes, AsyncCallback userCallback, object stateObject)
System.Net.Http (3)
src\runtime\src\libraries\Common\src\System\IO\DelegatingStream.cs (1)
115public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System\Net\Http\HttpBaseStream.cs (1)
15public sealed override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
System\Net\Http\MultipartContent.cs (1)
519public override IAsyncResult BeginRead(byte[] array, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpResponseStream.cs (1)
201public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
System.Net.HttpListener (2)
System\Net\HttpRequestStream.cs (1)
30public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System\Net\HttpResponseStream.cs (1)
36public override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback? callback, object? state)
System.Net.Mail (1)
System\Net\DelegatedStream.cs (1)
59public sealed override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.Net.Quic (1)
System\Net\Quic\QuicStream.Stream.cs (1)
92public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.Net.Requests (2)
System\Net\FtpDataStream.cs (1)
304public override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback? callback, object? state)
System\Net\NetworkStreamWrapper.cs (1)
178public override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback? callback, object? state)
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
568public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState) =>
System\Net\Security\SslStream.cs (1)
854public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState)
System.Net.Sockets (1)
System\Net\Sockets\NetworkStream.cs (1)
433public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.Net.WebClient (1)
src\runtime\src\libraries\Common\src\System\IO\DelegatingStream.cs (1)
115public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketStream.cs (1)
137public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
727public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
532public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
459public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\DerivedFileStreamStrategy.cs (1)
66public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
262public sealed override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
1036public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) => 1214public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
85public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
251public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state) =>
System.ServiceModel.Primitives (3)
Internals\System\Runtime\BufferedOutputStream.cs (1)
137public override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
Internals\System\Xml\XmlMtomReader.cs (1)
2881public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
System\ServiceModel\Channels\DelegatingStream.cs (1)
87public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state) => ReadAsync(buffer, offset, count).ToApm(callback, state);
31 references to BeginRead
Microsoft.AspNetCore.HttpLogging (1)
BufferingStream.cs (1)
273return _innerStream.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\NonDisposableStream.cs (1)
95return _innerStream.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\OpaqueStream.cs (1)
90return _requestStream.BeginRead(buffer, offset, count, callback, state);
ResponseStream.cs (1)
39return _innerStream.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.Server.IIS (2)
Core\HttpUpgradeStream.cs (1)
120return _requestStream.BeginRead(buffer, offset, count, callback, state);
Core\WrappingStream.cs (1)
91=> _inner.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpUpgradeStream.cs (1)
120return _requestStream.BeginRead(buffer, offset, count, callback, state);
Internal\Infrastructure\WrappingStream.cs (1)
90=> _inner.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.TestHost (1)
AsyncStreamWrapper.cs (1)
64return _inner.BeginRead(buffer, offset, count, callback, state);
Microsoft.AspNetCore.WebSockets (1)
AbortStream.cs (1)
67return _innerStream.BeginRead(buffer, offset, count, callback, state);
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (2)
473_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1005_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
System\Windows\Media\Imaging\BitmapDownload.cs (1)
220entry.inputStream.BeginRead(
PresentationFramework (2)
MS\Internal\AppModel\BamlStream.cs (1)
119return _stream.BeginRead(buffer, offset, count, callback, state);
MS\Internal\Navigation\BindStream.cs (1)
165return _stream.BeginRead(buffer, offset, count, callback, state);
System.Net.Http (1)
src\runtime\src\libraries\Common\src\System\IO\DelegatingStream.cs (1)
117return _innerStream.BeginRead(buffer, offset, count, callback, state);
System.Net.HttpListener (4)
System\Net\Managed\HttpConnection.cs (2)
201_stream.BeginRead(_buffer, 0, BufferSize, s_onreadCallback, this); 325_stream.BeginRead(_buffer!, 0, BufferSize, s_onreadCallback, this);
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
264IAsyncResult ares = InputStream.BeginRead(bytes, 0, length, null, null);
System\Net\Managed\HttpRequestStream.Managed.cs (1)
161return _stream.BeginRead(buffer, offset, size, cback, state);
System.Net.Requests (2)
System\Net\FtpDataStream.cs (1)
310_stream.BeginRead(buffer, offset, size, new AsyncCallback(AsyncReadCallback), userResult);
System\Net\NetworkStreamWrapper.cs (1)
180return Stream.BeginRead(buffer, offset, size, callback, state);
System.Net.WebClient (1)
src\runtime\src\libraries\Common\src\System\IO\DelegatingStream.cs (1)
117return _innerStream.BeginRead(buffer, offset, count, callback, state);
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (2)
545return _strategy.BeginRead(buffer, offset, count, callback, state); 625=> base.BeginRead(buffer, offset, count, callback, state);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\DerivedFileStreamStrategy.cs (1)
68? _strategy.BeginRead(buffer, offset, count, callback, state)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
464(stream, args, callback, state) => stream.BeginRead(args.Buffer, args.Offset, args.Count, callback, state), // cached by compiler 1227_stream.BeginRead(buffer, offset, count, callback, state) :
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
2886return stream.BeginRead(buffer, offset, count, callback, state);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
664responseStream.BeginRead( 697responseStream.BeginRead(