System.Net.ICredentialsByHost public interface ICredentialsByHost Documentation Code namespace System.Net { public interface ICredentialsByHost { NetworkCredential GetCredential(string host, int port, string authenticationType); } }