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

◆ CopyToAsync() [4/4]

override Task System.Security.Cryptography.CryptoStream.CopyToAsync ( Stream destination,
int bufferSize,
CancellationToken cancellationToken )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 582 of file CryptoStream.cs.

583 {
586 }
void CheckCopyToArguments(Stream destination, int bufferSize)
async Task CopyToAsyncInternal(Stream destination, int bufferSize, CancellationToken cancellationToken)

References System.cancellationToken, System.Security.Cryptography.CryptoStream.CheckCopyToArguments(), System.Security.Cryptography.CryptoStream.CopyToAsyncInternal(), and System.destination.