9 lines
184 B
9 lines
184 B
12 years ago
|
namespace NzbDrone.Core.Download.Clients.Sabnzbd
|
||
14 years ago
|
{
|
||
|
public class ConnectionInfoModel
|
||
|
{
|
||
|
public string Address { get; set; }
|
||
|
public int Port { get; set; }
|
||
|
}
|
||
|
}
|