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

◆ Length

override long System.Net.HttpRequestStream.Length
get

Definition at line 118 of file HttpRequestStream.cs.

119 {
120 get
121 {
122 throw new NotSupportedException(System.SR.net_noseek);
123 }
124 }
static string net_noseek
Definition SR.cs:114
Definition SR.cs:7