C# Class System.Net.Mail.CCredentialsByHost

Inheritance: ICredentialsByHost
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
CCredentialsByHost ( string userName, string password ) : System
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential

Method Details

CCredentialsByHost() public méthode

public CCredentialsByHost ( string userName, string password ) : System
userName string
password string
Résultat System

GetCredential() public méthode

public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
host string
port int
authenticationType string
Résultat NetworkCredential