11 lines
No EOL
266 B
C#
11 lines
No EOL
266 B
C#
using System.Net;
|
|
|
|
namespace WebsitePanel.Providers.RemoteDesktopServices
|
|
{
|
|
public class SessionHostServer
|
|
{
|
|
public string Name { get; set; }
|
|
public string FqdName { get; set; }
|
|
public string Address { get; set; }
|
|
}
|
|
} |