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

◆ End()

static void System.Net.Base64Stream.WriteAsyncResult.End ( IAsyncResult result)
inlinestaticpackage

Definition at line 162 of file Base64Stream.cs.

163 {
164 WriteAsyncResult writeAsyncResult = (WriteAsyncResult)result;
165 writeAsyncResult.InternalWaitForCompletion();
166 }
WriteAsyncResult(Base64Stream parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state)

References System.Net.Base64Stream.WriteAsyncResult.WriteAsyncResult(), and System.Net.LazyAsyncResult.InternalWaitForCompletion().

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