C# Class Rsdn.Janus.WebConnectionService

Inheritance: IWebConnectionService
Exibir arquivo Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
AuthOnProxy ( System.Action check, System.Action abort ) : void
GetConfig ( ) : IWebConnectionConfig
ProxyDemandAuth ( System.Action check, System.Action abort ) : ICredentials
WebConnectionService ( IServiceProvider provider ) : System

Private Methods

Method Description
GetCredential ( ) : NetworkCredential
GetSavedCredential ( ) : NetworkCredential
GetUserCredential ( ) : NetworkCredential
UpdateCredentialsCache ( NetworkCredential credentials ) : void

Method Details

AuthOnProxy() public method

public AuthOnProxy ( System.Action check, System.Action abort ) : void
check System.Action
abort System.Action
return void

GetConfig() public method

public GetConfig ( ) : IWebConnectionConfig
return IWebConnectionConfig

ProxyDemandAuth() public method

public ProxyDemandAuth ( System.Action check, System.Action abort ) : ICredentials
check System.Action
abort System.Action
return ICredentials

WebConnectionService() public method

public WebConnectionService ( IServiceProvider provider ) : System
provider IServiceProvider
return System