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

◆ Position

override long System.Net.HttpRequestStream.Position
getset

Definition at line 126 of file HttpRequestStream.cs.

127 {
128 get
129 {
130 throw new NotSupportedException(System.SR.net_noseek);
131 }
132 set
133 {
134 throw new NotSupportedException(System.SR.net_noseek);
135 }
136 }
static string net_noseek
Definition SR.cs:114
Definition SR.cs:7