diff options
| author | telans <telans@protonmail.com> | 2020-06-20 18:20:33 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-20 18:20:33 +1200 |
| commit | 8e3d8748021fe0336e2fc1211810cc9bbe2c8850 (patch) | |
| tree | 87f4660c36e489b19f76c6ac5da2a357cab5a55d /RSSDP/DeviceAvailableEventArgs.cs | |
| parent | 8de6452967d229624c81e06d992b1cb0cb6715b1 (diff) | |
remove regions
Diffstat (limited to 'RSSDP/DeviceAvailableEventArgs.cs')
| -rw-r--r-- | RSSDP/DeviceAvailableEventArgs.cs | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/RSSDP/DeviceAvailableEventArgs.cs b/RSSDP/DeviceAvailableEventArgs.cs index 439cee467..9c57471ca 100644 --- a/RSSDP/DeviceAvailableEventArgs.cs +++ b/RSSDP/DeviceAvailableEventArgs.cs @@ -10,14 +10,9 @@ namespace Rssdp { public IPAddress LocalIpAddress { get; set; } - #region Fields - private readonly DiscoveredSsdpDevice _DiscoveredDevice; - private readonly bool _IsNewlyDiscovered; - #endregion - - #region Constructors + private readonly bool _IsNewlyDiscovered; /// <summary> /// Full constructor. @@ -33,10 +28,6 @@ namespace Rssdp _IsNewlyDiscovered = isNewlyDiscovered; } - #endregion - - #region Public Properties - /// <summary> /// Returns true if the device was discovered due to an alive notification, or a search and was not already in the cache. Returns false if the item came from the cache but matched the current search request. /// </summary> @@ -52,7 +43,5 @@ namespace Rssdp { get { return _DiscoveredDevice; } } - - #endregion } } |
