diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-25 18:51:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 18:51:11 +0200 |
| commit | f4a59c92e6087d09b20249aac9b7181cc7bb23ba (patch) | |
| tree | 10c36e42821a496bab033852ebf048f843c25147 /RSSDP/DeviceAvailableEventArgs.cs | |
| parent | 12496677bd47a9c815e5af5dffb6b641656668e6 (diff) | |
| parent | 3199d1c902f62b1a2697a8361bf810c3766b7f0b (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.cs | 2 |
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; |
