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

◆ GetReadException()

WebException System.Net.WebResponseStream.GetReadException ( WebExceptionStatus status,
Exception error,
string where )
inlineprivate

Definition at line 373 of file WebResponseStream.cs.

374 {
375 while (base.GetException(error) == null)
376 {
377 }
378 bool aborted = this.<Operation>k__BackingField.Aborted;
379 return HttpWebRequest.CreateRequestAbortedException();
380 }
class f__AnonymousType0<< Count > j__TPar
readonly WebRequestStream< RequestStream > k__BackingField

References System.Net.WebOperation.Aborted, System.Net.HttpWebRequest.CreateRequestAbortedException(), j__TPar, System.Net.WebResponseStream.k__BackingField, and System.Net.WebConnectionStream.Operation.