C# Class Octgn.Core.OctgnFeedCredentialProvider

Inheritance: ICredentialProvider
Show file Open project: octgn/OCTGN Class Usage Examples

Protected Properties

Property Type Description
TempCredentials NetworkCredential>.Dictionary

Public Methods

Method Description
AddTemp ( string feed, string username, string password ) : void
GetCredentials ( Uri uri, IWebProxy proxy, CredentialType credentialType, bool retrying ) : ICredentials
RemoveTemp ( string feed ) : void

Method Details

AddTemp() public static method

public static AddTemp ( string feed, string username, string password ) : void
feed string
username string
password string
return void

GetCredentials() public method

public GetCredentials ( Uri uri, IWebProxy proxy, CredentialType credentialType, bool retrying ) : ICredentials
uri System.Uri
proxy IWebProxy
credentialType CredentialType
retrying bool
return ICredentials

RemoveTemp() public static method

public static RemoveTemp ( string feed ) : void
feed string
return void

Property Details

TempCredentials protected static property

protected static Dictionary TempCredentials
return NetworkCredential>.Dictionary