1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-30 20:05:41 +00:00
Radarr/NzbDrone.Core/Download/Clients/ConnectionInfoModel.cs
2013-04-09 15:22:59 -07:00

8 lines
176 B
C#

namespace NzbDrone.Core.Download.Clients
{
public class ConnectionInfoModel
{
public string Address { get; set; }
public int Port { get; set; }
}
}