Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteTimeout
override int System.Net.Http.StreamContent.ReadOnlyStream.WriteTimeout
get
set
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
}
System.SR.net_http_content_readonly_stream
static string net_http_content_readonly_stream
Definition
SR.cs:44
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
Http
StreamContent
ReadOnlyStream
Generated by
1.10.0