C# Class NZBHags.CredentialList.CredentialInfo

Show file Open project: maesse/NZBHags

Public Properties

Property Type Description
authenticationType String
networkCredentialObj System.Net.NetworkCredential
uriObj System.Uri

Public Methods

Method Description
CredentialInfo ( Uri uriObj, String authenticationType, NetworkCredential networkCredentialObj ) : System

Method Details

CredentialInfo() public method

public CredentialInfo ( Uri uriObj, String authenticationType, NetworkCredential networkCredentialObj ) : System
uriObj System.Uri
authenticationType String
networkCredentialObj System.Net.NetworkCredential
return System

Property Details

authenticationType public property

public String authenticationType
return String

networkCredentialObj public property

public NetworkCredential,System.Net networkCredentialObj
return System.Net.NetworkCredential

uriObj public property

public Uri,System uriObj
return System.Uri