Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ TryComputeLength()

override bool System.Net.Http.HttpConnectionResponseContent.TryComputeLength ( out long length)
inlinesealedpackage

Definition at line 55 of file HttpConnectionResponseContent.cs.

56 {
57 length = 0L;
58 return false;
59 }

References System.L, and System.length.