mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-14 20:24:46 +00:00
Adds a getter in GenericUdpServer for the UdpServer property IPAddressLastMessageReceivedFrom
This commit is contained in:
@@ -42,7 +42,16 @@ namespace PepperDash.Core
|
||||
/// <summary>
|
||||
/// Address of server
|
||||
/// </summary>
|
||||
public string Hostname { get; set; }
|
||||
public string Hostname { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// IP Address of the sender of the last recieved message
|
||||
/// </summary>
|
||||
public string LastMessageReceivedFrom
|
||||
{
|
||||
get { return Server.IPAddressLastMessageReceivedFrom; }
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Port on server
|
||||
|
||||
Reference in New Issue
Block a user