C# 클래스 NanoByte.Common.Net.CredentialProviderBase

Common base class for ICredentialProvider implementations.
상속: MarshalNoTimeout, ICredentialProvider
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
ReportInvalid ( Uri uri ) : void

보호된 메소드들

메소드 설명
CredentialProviderBase ( bool interactive ) : System

Creates a new credential provider.

WasReportedInvalid ( [ uri ) : bool

Checks whether uri was previously reported as invalid and resets the flag.

비공개 메소드들

메소드 설명
GetCredential ( Uri uri, string authType ) : NetworkCredential

메소드 상세

CredentialProviderBase() 보호된 메소드

Creates a new credential provider.
protected CredentialProviderBase ( bool interactive ) : System
interactive bool Indicates whether the credential provider is interactive, i.e., can ask the user for input.
리턴 System

ReportInvalid() 공개 메소드

public ReportInvalid ( Uri uri ) : void
uri System.Uri
리턴 void

WasReportedInvalid() 보호된 메소드

Checks whether uri was previously reported as invalid and resets the flag.
protected WasReportedInvalid ( [ uri ) : bool
uri [
리턴 bool