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

◆ Position

override long System.Net.Http.HttpContent.LimitArrayPoolWriteStream.Position
getset

Definition at line 106 of file HttpContent.cs.

107 {
108 get
109 {
110 throw new NotSupportedException();
111 }
112 set
113 {
114 throw new NotSupportedException();
115 }
116 }