Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ContentType
virtual
string
System.Net.WebResponse.ContentType
get
set
Definition at line
20
of file
WebResponse.cs
.
21
{
22
get
23
{
24
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
25
}
26
set
27
{
28
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
29
}
30
}
System.NotImplemented.ByDesignWithMessage
static Exception ByDesignWithMessage(string message)
Definition
NotImplemented.cs:5
System.NotImplemented
Definition
NotImplemented.cs:4
System.SR.net_PropertyNotImplementedException
static string net_PropertyNotImplementedException
Definition
SR.cs:80
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
WebResponse
Generated by
1.10.0