Adds a discovery beacon and probe to the client and removes BeaconService from the server.
9 lines
No EOL
182 B
C#
9 lines
No EOL
182 B
C#
using System.Net;
|
|
|
|
namespace LANCommander.SDK.Models;
|
|
|
|
public class BeaconResponseArgs
|
|
{
|
|
public IPEndPoint EndPoint { get; set; }
|
|
public BeaconMessage Message { get; set; }
|
|
} |