C# 클래스 NZBHags.CredentialList

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

공개 메소드들

메소드 설명
Add ( Uri uriObj, String authenticationType, NetworkCredential credential ) : void
CredentialList ( ) : System
GetCredential ( Uri uriObj, String authenticationType ) : NetworkCredential
Remove ( Uri uriObj, String authenticationType ) : void

메소드 상세

Add() 공개 메소드

public Add ( Uri uriObj, String authenticationType, NetworkCredential credential ) : void
uriObj System.Uri
authenticationType String
credential System.Net.NetworkCredential
리턴 void

CredentialList() 공개 메소드

public CredentialList ( ) : System
리턴 System

GetCredential() 공개 메소드

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

Remove() 공개 메소드

public Remove ( Uri uriObj, String authenticationType ) : void
uriObj System.Uri
authenticationType String
리턴 void