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

◆ TryComputeLength()

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

Definition at line 70 of file ByteArrayContent.cs.

71 {
72 length = _count;
73 return true;
74 }

References System.Net.Http.ByteArrayContent._count, and System.length.