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

◆ CredentialKey()

System.Net.CredentialKey.CredentialKey ( Uri uriPrefix,
string authenticationType )
inlinepackage

Definition at line 15 of file CredentialKey.cs.

16 {
17 UriPrefix = uriPrefix;
19 AuthenticationType = authenticationType;
20 }
readonly string AuthenticationType
override string ToString()
Definition Uri.cs:1119

References System.Net.CredentialKey.AuthenticationType, System.Uri.ToString(), System.Net.CredentialKey.UriPrefix, and System.Net.CredentialKey.UriPrefixLength.