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

◆ Dispose() [2/2]

override void System.Net.Security.AuthenticatedStream.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.IO.Stream.

Reimplemented in System.Net.Security.NegotiateStream, and System.Net.Security.SslStream.

Definition at line 40 of file AuthenticatedStream.cs.

41 {
42 try
43 {
44 if (disposing)
45 {
47 {
49 }
50 else
51 {
53 }
54 }
55 }
56 finally
57 {
58 base.Dispose(disposing);
59 }
60 }
void Dispose()
Definition Stream.cs:639

References System.Net.Security.AuthenticatedStream._innerStream, System.Net.Security.AuthenticatedStream._leaveStreamOpen, System.IO.Stream.Dispose(), and System.IO.Stream.Flush().