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

◆ SetLength()

override void System.Net.Http.StreamContent.ReadOnlyStream.SetLength ( long value)
inline

Definition at line 41 of file StreamContent.cs.

42 {
43 throw new NotSupportedException(System.SR.net_http_content_readonly_stream);
44 }
static string net_http_content_readonly_stream
Definition SR.cs:44
Definition SR.cs:7

References System.SR.net_http_content_readonly_stream.