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

◆ Position

override long System.Net.Http.HttpBaseStream.Position
getsetsealedinherited

Definition at line 20 of file HttpBaseStream.cs.

21 {
22 get
23 {
24 throw new NotSupportedException();
25 }
26 set
27 {
28 throw new NotSupportedException();
29 }
30 }