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

◆ Seek()

override long System.Net.RequestStream.Seek ( long offset,
SeekOrigin origin )
inline

Definition at line 55 of file RequestStream.cs.

56 {
57 throw new NotSupportedException();
58 }