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

◆ Read() [1/2]

override int System.Net.RequestStream.Read ( byte[] buffer,
int offset,
int count )
inline

Definition at line 50 of file RequestStream.cs.

51 {
52 throw new NotSupportedException();
53 }