C# Class NZBDash.UI.Hubs.ApplicationConfigurationHub

Inheritance: BaseHub
Mostrar archivo Open project: NZBDash/NZBDash

Private Properties

Property Type Description

Public Methods

Method Description
ApplicationConfigurationHub ( IThirdPartyService service ) : System
TestNzbGetConnection ( string ipAddress, int port, string username, string password ) : void
TestPlexConnection ( string ipAddress, int port, string username, string password ) : void
TestSabNzbConnection ( string ipAddress, int port, string apiKey ) : void
TestSonarrConnection ( string ipAddress, int port, string apiKey ) : void

Method Details

ApplicationConfigurationHub() public method

public ApplicationConfigurationHub ( IThirdPartyService service ) : System
service IThirdPartyService
return System

TestNzbGetConnection() public method

public TestNzbGetConnection ( string ipAddress, int port, string username, string password ) : void
ipAddress string
port int
username string
password string
return void

TestPlexConnection() public method

public TestPlexConnection ( string ipAddress, int port, string username, string password ) : void
ipAddress string
port int
username string
password string
return void

TestSabNzbConnection() public method

public TestSabNzbConnection ( string ipAddress, int port, string apiKey ) : void
ipAddress string
port int
apiKey string
return void

TestSonarrConnection() public method

public TestSonarrConnection ( string ipAddress, int port, string apiKey ) : void
ipAddress string
port int
apiKey string
return void