Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICredentialsByHost.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
interface
ICredentialsByHost
4
{
5
NetworkCredential
?
GetCredential
(
string
host,
int
port,
string
authenticationType);
6
}
System.Net.NetworkCredential
Definition
NetworkCredential.cs:8
System.Net.ICredentialsByHost.GetCredential
NetworkCredential? GetCredential(string host, int port, string authenticationType)
System.Net.ICredentialsByHost
Definition
ICredentialsByHost.cs:4
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Primitives
System.Net
ICredentialsByHost.cs
Generated by
1.10.0