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

◆ Seek()

override long System.Net.Http.HttpBaseStream.Seek ( long offset,
SeekOrigin origin )
inlinesealedinherited

Definition at line 52 of file HttpBaseStream.cs.

53 {
54 throw new NotSupportedException();
55 }