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

◆ PreAuthenticate()

static ? Authorization System.Net.AuthenticationManager.PreAuthenticate ( WebRequest request,
ICredentials credentials )
inlinestatic

Definition at line 22 of file AuthenticationManager.cs.

23 {
24 throw new PlatformNotSupportedException();
25 }