Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UseDefaultCredentials
override
bool
System.Net.FileWebRequest.UseDefaultCredentials
get
set
Definition at line
112
of file
FileWebRequest.cs
.
113
{
114
get
115
{
116
throw
new
NotSupportedException(
System
.
SR
.
net_PropertyNotSupportedException
);
117
}
118
set
119
{
120
throw
new
NotSupportedException(
System
.
SR
.
net_PropertyNotSupportedException
);
121
}
122
}
System.SR.net_PropertyNotSupportedException
static string net_PropertyNotSupportedException
Definition
SR.cs:76
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
FileWebRequest
Generated by
1.10.0