Property | Type | Description |
---|
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 |
public ApplicationConfigurationHub ( IThirdPartyService service ) : System | ||
service | IThirdPartyService | |
return | System |
public TestNzbGetConnection ( string ipAddress, int port, string username, string password ) : void | ||
ipAddress | string | |
port | int | |
username | string | |
password | string | |
return | void |
public TestPlexConnection ( string ipAddress, int port, string username, string password ) : void | ||
ipAddress | string | |
port | int | |
username | string | |
password | string | |
return | void |
public TestSabNzbConnection ( string ipAddress, int port, string apiKey ) : void | ||
ipAddress | string | |
port | int | |
apiKey | string | |
return | void |
public TestSonarrConnection ( string ipAddress, int port, string apiKey ) : void | ||
ipAddress | string | |
port | int | |
apiKey | string | |
return | void |