Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ End()

static int System.Net.Base64Stream.ReadAsyncResult.End ( IAsyncResult result)
inlinestaticpackage

Definition at line 83 of file Base64Stream.cs.

84 {
85 ReadAsyncResult readAsyncResult = (ReadAsyncResult)result;
86 readAsyncResult.InternalWaitForCompletion();
87 return readAsyncResult._read;
88 }
ReadAsyncResult(Base64Stream parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state)

References System.Net.Base64Stream.ReadAsyncResult.ReadAsyncResult(), System.Net.Base64Stream.ReadAsyncResult._read, and System.Net.LazyAsyncResult.InternalWaitForCompletion().

Referenced by System.Net.Base64Stream.EndRead().