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

◆ WriteTimeout

override int System.Net.Http.StreamContent.ReadOnlyStream.WriteTimeout
getset

Definition at line 14 of file StreamContent.cs.

15 {
16 get
17 {
18 throw new NotSupportedException(System.SR.net_http_content_readonly_stream);
19 }
20 set
21 {
22 throw new NotSupportedException(System.SR.net_http_content_readonly_stream);
23 }
24 }
static string net_http_content_readonly_stream
Definition SR.cs:44
Definition SR.cs:7