C# 클래스 NZBHags.CredentialList.CredentialInfo

파일 보기 프로젝트 열기: maesse/NZBHags

공개 프로퍼티들

프로퍼티 타입 설명
authenticationType String
networkCredentialObj System.Net.NetworkCredential
uriObj System.Uri

공개 메소드들

메소드 설명
CredentialInfo ( Uri uriObj, String authenticationType, NetworkCredential networkCredentialObj ) : System

메소드 상세

CredentialInfo() 공개 메소드

public CredentialInfo ( Uri uriObj, String authenticationType, NetworkCredential networkCredentialObj ) : System
uriObj System.Uri
authenticationType String
networkCredentialObj System.Net.NetworkCredential
리턴 System

프로퍼티 상세

authenticationType 공개적으로 프로퍼티

public String authenticationType
리턴 String

networkCredentialObj 공개적으로 프로퍼티

public NetworkCredential,System.Net networkCredentialObj
리턴 System.Net.NetworkCredential

uriObj 공개적으로 프로퍼티

public Uri,System uriObj
리턴 System.Uri