Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ContentLength
override long System.Net.FileWebRequest.ContentLength
get
set
Definition at line
42
of file
FileWebRequest.cs
.
43
{
44
get
45
{
46
return
_contentLength
;
47
}
48
set
49
{
50
if
(
value
< 0)
51
{
52
throw
new
ArgumentException
(
System
.
SR
.
net_clsmall
,
"value"
);
53
}
54
_contentLength
=
value
;
55
}
56
}
System.Net.FileWebRequest._contentLength
long _contentLength
Definition
FileWebRequest.cs:24
System.SR.net_clsmall
static string net_clsmall
Definition
SR.cs:110
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