C# Class NZBHags.CredentialList

Inheritance: ICredentials
Afficher le fichier Open project: maesse/NZBHags

Méthodes publiques

Méthode Description
Add ( Uri uriObj, String authenticationType, NetworkCredential credential ) : void
CredentialList ( ) : System
GetCredential ( Uri uriObj, String authenticationType ) : NetworkCredential
Remove ( Uri uriObj, String authenticationType ) : void

Method Details

Add() public méthode

public Add ( Uri uriObj, String authenticationType, NetworkCredential credential ) : void
uriObj System.Uri
authenticationType String
credential System.Net.NetworkCredential
Résultat void

CredentialList() public méthode

public CredentialList ( ) : System
Résultat System

GetCredential() public méthode

public GetCredential ( Uri uriObj, String authenticationType ) : NetworkCredential
uriObj System.Uri
authenticationType String
Résultat System.Net.NetworkCredential

Remove() public méthode

public Remove ( Uri uriObj, String authenticationType ) : void
uriObj System.Uri
authenticationType String
Résultat void