mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 16:53:05 -05:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace NzbDrone.Core.Model
|
|
{
|
|
public class ConnectionInfoModel
|
|
{
|
|
public string Address { get; set; }
|
|
public int Port { get; set; }
|
|
}
|
|
}
|