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

◆ DisposeAsync()

override ValueTask System.Security.Cryptography.CryptoStream.DisposeAsync ( )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 685 of file CryptoStream.cs.

686 {
687 if (!(GetType() != typeof(CryptoStream)))
688 {
689 return DisposeAsyncCore();
690 }
691 return base.DisposeAsync();
692 }
CryptoStream(Stream stream, ICryptoTransform transform, CryptoStreamMode mode)

References System.Security.Cryptography.CryptoStream.DisposeAsyncCore().