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

◆ Length

override long System.Net.Http.HttpBaseStream.Length
getsealedinherited

Definition at line 12 of file HttpBaseStream.cs.

13 {
14 get
15 {
16 throw new NotSupportedException();
17 }
18 }

Referenced by System.Net.Http.HttpConnection.ChunkedEncodingReadStream.DrainAsync().