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

◆ TryComputeLength()

override bool System.Net.Http.EmptyContent.TryComputeLength ( out long length)
inlinepackage

Definition at line 11 of file EmptyContent.cs.

12 {
13 length = 0L;
14 return true;
15 }

References System.L, and System.length.