aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/DeviceAvailableEventArgs.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-04-15 18:36:47 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-04-15 18:36:47 +0100
commit3199d1c902f62b1a2697a8361bf810c3766b7f0b (patch)
tree809069b9106f83078268437ede9d9a342ac4aab6 /RSSDP/DeviceAvailableEventArgs.cs
parent557a2ad7158b14ae97fa503a551ed17251b97ca0 (diff)
Fix: PlayTo using external ip not internal
Diffstat (limited to 'RSSDP/DeviceAvailableEventArgs.cs')
-rw-r--r--RSSDP/DeviceAvailableEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/DeviceAvailableEventArgs.cs b/RSSDP/DeviceAvailableEventArgs.cs
index b7d22a7df..04b14c4dc 100644
--- a/RSSDP/DeviceAvailableEventArgs.cs
+++ b/RSSDP/DeviceAvailableEventArgs.cs
@@ -8,7 +8,7 @@ namespace Rssdp
/// </summary>
public sealed class DeviceAvailableEventArgs : EventArgs
{
- public IPAddress LocalIpAddress { get; set; }
+ public IPAddress RemoteIpAddress { get; set; }
private readonly DiscoveredSsdpDevice _DiscoveredDevice;