Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Unregister()
[2/2]
static void System.Net.AuthenticationManager.Unregister
(
string
authenticationScheme
)
inline
static
Definition at line
43
of file
AuthenticationManager.cs
.
44
{
45
if
(authenticationScheme ==
null
)
46
{
47
throw
new
ArgumentNullException(
"authenticationScheme"
);
48
}
49
}
System
Net
AuthenticationManager
Generated by
1.10.0