aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/DeviceAvailableEventArgs.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-25 18:51:11 +0200
committerGitHub <noreply@github.com>2021-04-25 18:51:11 +0200
commitf4a59c92e6087d09b20249aac9b7181cc7bb23ba (patch)
tree10c36e42821a496bab033852ebf048f843c25147 /RSSDP/DeviceAvailableEventArgs.cs
parent12496677bd47a9c815e5af5dffb6b641656668e6 (diff)
parent3199d1c902f62b1a2697a8361bf810c3766b7f0b (diff)
Merge pull request #5826 from BaronGreenback/ssdpFix
PlayTo Fix: Use external ip not internal interface
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;