System.Net.Mail.CCredentialsByHost.CCredentialsByHost C# (CSharp) Method

CCredentialsByHost() public method

public CCredentialsByHost ( string userName, string password ) : System
userName string
password string
return System
		public CCredentialsByHost (string userName, string password) {
			this.userName = userName;
			this.password = password;
		}