Adds a discovery beacon and probe to the client and removes BeaconService from the server.
8 lines
No EOL
183 B
C#
8 lines
No EOL
183 B
C#
namespace LANCommander.SDK.Models;
|
|
|
|
public class BeaconMessage
|
|
{
|
|
public string Address { get; set; }
|
|
public string Name { get; set; }
|
|
public string Version { get; set; }
|
|
} |