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

◆ EndWrite()

override void System.Net.ResponseStream.EndWrite ( IAsyncResult ares)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 230 of file ResponseStream.cs.

231 {
233 if (!this.disposed)
234 {
235 Stream stream = this.stream;
236 bool chunked;
237 if (this.ignore_errors)
238 {
239 chunked = this.response.chunked;
240 if (chunked)
241 {
242 stream2 = this.stream;
243 if (!chunked)
244 {
245 }
246 return;
247 }
248 }
249 else if (chunked)
250 {
251 if (!chunked)
252 {
253 }
254 return;
255 }
256 return;
257 }
258 Type type = stream2.GetType();
259 }
class f__AnonymousType0<< Count > j__TPar
HttpListenerResponse response
new Type GetType()
Definition Type.cs:287

References System.Net.HttpListenerResponse.chunked, System.Net.ResponseStream.disposed, System.Type.GetType(), System.Net.ResponseStream.ignore_errors, j__TPar, System.Net.ResponseStream.response, and System.Net.ResponseStream.stream.