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

◆ BeginWrite()

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

Reimplemented from System.IO.Stream.

Definition at line 622 of file SslStream.cs.

623 {
624 this.CheckDisposed();
625 return TaskToApm.Begin(this.impl.WriteAsync(buffer, offset, count), callback, state);
626 }
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.