C# Класс NanoByte.Common.Net.CredentialProviderBase

Common base class for ICredentialProvider implementations.
Наследование: MarshalNoTimeout, ICredentialProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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