Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Unregister() [2/2]

static void System.Net.AuthenticationManager.Unregister ( string authenticationScheme)
inlinestatic

Definition at line 43 of file AuthenticationManager.cs.

44 {
45 if (authenticationScheme == null)
46 {
47 throw new ArgumentNullException("authenticationScheme");
48 }
49 }