7 lines
No EOL
140 B
C#
7 lines
No EOL
140 B
C#
namespace LANCommander.SDK.Models;
|
|
|
|
public class IPXRelaySettings
|
|
{
|
|
public int Port { get; set; }
|
|
public string Host { get; set; }
|
|
} |