Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Method
override
string
System.Net.FileWebRequest.Method
get
set
Definition at line
74
of file
FileWebRequest.cs
.
75
{
76
get
77
{
78
return
_method
;
79
}
80
set
81
{
82
if
(
string
.IsNullOrEmpty(
value
))
83
{
84
throw
new
ArgumentException
(
System
.
SR
.
net_badmethod
,
"value"
);
85
}
86
_method
=
value
;
87
}
88
}
System.Net.FileWebRequest._method
string _method
Definition
FileWebRequest.cs:12
System.SR.net_badmethod
static string net_badmethod
Definition
SR.cs:22
System.SR
Definition
SR.cs:7
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Net
FileWebRequest
Generated by
1.10.0