C# 클래스 System.Net.Mail.CCredentialsByHost

상속: ICredentialsByHost
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
CCredentialsByHost ( string userName, string password ) : System
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential

메소드 상세

CCredentialsByHost() 공개 메소드

public CCredentialsByHost ( string userName, string password ) : System
userName string
password string
리턴 System

GetCredential() 공개 메소드

public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
host string
port int
authenticationType string
리턴 NetworkCredential