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

Caching decorator for ICredentialProviders.
상속: MarshalNoTimeout, ICredentialProvider
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

공개 메소드들

메소드 설명
CachedCredentialProvider ( [ inner ) : System

Creates a new caching dectorator.

GetCredential ( Uri uri, string authType ) : NetworkCredential
ReportInvalid ( Uri uri ) : void

메소드 상세

CachedCredentialProvider() 공개 메소드

Creates a new caching dectorator.
public CachedCredentialProvider ( [ inner ) : System
inner [ The inner to wrap.
리턴 System

GetCredential() 공개 메소드

public GetCredential ( Uri uri, string authType ) : NetworkCredential
uri System.Uri
authType string
리턴 System.Net.NetworkCredential

ReportInvalid() 공개 메소드

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