Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Headers
virtual
WebHeaderCollection
System.Net.WebRequest.Headers
get
set
Definition at line
112
of file
WebRequest.cs
.
113
{
114
get
115
{
116
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
117
}
118
set
119
{
120
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
121
}
122
}
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
WebRequest
Generated by
1.10.0