Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Credentials
virtual
?
ICredentials
System.Net.WebRequest.Credentials
get
set
Definition at line
148
of file
WebRequest.cs
.
149
{
150
get
151
{
152
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
153
}
154
[
param
:
DisallowNull
]
155
set
156
{
157
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
158
}
159
}
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.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Definition
BlockingCollection.cs:8
System
Net
WebRequest
Generated by
1.10.0