2 implementations of GetCredential
System (2)
net\System\Net\CredentialCache.cs (1)
237public NetworkCredential GetCredential(string host, int port, string authenticationType) {
net\System\Net\NetworkCredential.cs (1)
235public NetworkCredential GetCredential(string host, int port, String authenticationType) {
2 references to GetCredential
System (2)
net\System\Net\mail\smtpconnection.cs (2)
434NetworkCredential credential = credentials.GetCredential(servicePoint.Host, 980NetworkCredential credential = connection.credentials.GetCredential(host, port, module.AuthenticationType);