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

◆ 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.