C# Class NZBHags.CredentialList.CredentialInfo

Afficher le fichier Open project: maesse/NZBHags

Méthodes publiques

Свойство Type Description
authenticationType String
networkCredentialObj System.Net.NetworkCredential
uriObj System.Uri

Méthodes publiques

Méthode Description
CredentialInfo ( Uri uriObj, String authenticationType, NetworkCredential networkCredentialObj ) : System

Method Details

CredentialInfo() public méthode

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

Property Details

authenticationType public_oe property

public String authenticationType
Résultat String

networkCredentialObj public_oe property

public NetworkCredential,System.Net networkCredentialObj
Résultat System.Net.NetworkCredential

uriObj public_oe property

public Uri,System uriObj
Résultat System.Uri