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

◆ SetLength()

override void System.Net.HttpResponseStream.SetLength ( long value)
inline

Definition at line 69 of file HttpResponseStream.cs.

70 {
71 throw new NotSupportedException(System.SR.net_noseek);
72 }
static string net_noseek
Definition SR.cs:114
Definition SR.cs:7

References System.SR.net_noseek.