terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Flush()

override void System.Net.Base64Stream.Flush ( )
inline

Definition at line 207 of file Base64Stream.cs.

208 {
209 global::System.Net.Mime.Base64WriteStateInfo writeState = this._writeState;
210 if (writeState != null)
211 {
212 int currentBufferUsed = writeState._currentBufferUsed;
213 this.FlushInternal();
214 }
215 Stream stream = this._stream;
216 }
class f__AnonymousType0<< Count > j__TPar
readonly global::System.Net.Mime.Base64WriteStateInfo _writeState

References System.Net.DelegatedStream._stream, System.Net.Base64Stream._writeState, System.Net.Base64Stream.FlushInternal(), and j__TPar.