terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ BeginRead()

override IAsyncResult System.Net.Security.SslStream.BeginRead ( byte[] buffer,
int offset,
int count,
AsyncCallback callback,
object state )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 609 of file SslStream.cs.

610 {
611 this.CheckDisposed();
612 return TaskToApm.Begin(this.impl.ReadAsync(buffer, offset, count), callback, state);
613 }
Mono.Net.Security.MobileAuthenticatedStream impl
Definition SslStream.cs:647
static IAsyncResult Begin(Task task, AsyncCallback callback, object state)
Definition TaskToApm.cs:11

References System.Threading.Tasks.TaskToApm.Begin(), System.Net.Security.SslStream.CheckDisposed(), System.count, System.Net.Security.SslStream.impl, System.offset, and System.state.