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

◆ Flush()

override void System.Net.DelegatedStream.Flush ( )
inlineinherited

Definition at line 101 of file DelegatedStream.cs.

102 {
103 _stream.Flush();
104 }

References System.Net.DelegatedStream._stream, and System.IO.Stream.Flush().