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

◆ TryComputeLength()

override bool System.Net.Http.DecompressionHandler.DecompressedContent.TryComputeLength ( out long length)
inlinepackageinherited

Definition at line 108 of file DecompressionHandler.cs.

109 {
110 length = 0L;
111 return false;
112 }

References System.L, and System.length.