C# Класс System.Net.CredentialCache

Наследование: ICredentials, IEnumerable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
CredentialCache ( ) : System.Net.Sockets
GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
GetEnumerator ( ) : IEnumerator
Remove ( Uri uriPrefix, string authType ) : void
Remove ( string host, int port, string authenticationType ) : void

Описание методов

Add() публичный метод

public Add ( Uri uriPrefix, string authType, NetworkCredential cred ) : void
uriPrefix Uri
authType string
cred NetworkCredential
Результат void

Add() публичный метод

public Add ( string host, int port, string authenticationType, NetworkCredential credential ) : void
host string
port int
authenticationType string
credential NetworkCredential
Результат void

CredentialCache() публичный метод

public CredentialCache ( ) : System.Net.Sockets
Результат System.Net.Sockets

GetCredential() публичный метод

public GetCredential ( Uri uriPrefix, string authType ) : NetworkCredential
uriPrefix Uri
authType string
Результат NetworkCredential

GetCredential() публичный метод

public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
host string
port int
authenticationType string
Результат NetworkCredential

GetEnumerator() публичный метод

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

Remove() публичный метод

public Remove ( Uri uriPrefix, string authType ) : void
uriPrefix Uri
authType string
Результат void

Remove() публичный метод

public Remove ( string host, int port, string authenticationType ) : void
host string
port int
authenticationType string
Результат void