aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/ISsdpDeviceLocator.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-05 15:44:08 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-05 15:44:08 -0500
commitd218dbd2a1f6d70d3714d84bebc2fb00020151c1 (patch)
treec27e67e1c27a2a580492a5fefa01201340a24730 /RSSDP/ISsdpDeviceLocator.cs
parentbd8753dbc83dbb4af5a9d194d619079e9392797b (diff)
add cancellation to socket methods
Diffstat (limited to 'RSSDP/ISsdpDeviceLocator.cs')
-rw-r--r--RSSDP/ISsdpDeviceLocator.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/RSSDP/ISsdpDeviceLocator.cs b/RSSDP/ISsdpDeviceLocator.cs
index 4b7d10796..3ab271836 100644
--- a/RSSDP/ISsdpDeviceLocator.cs
+++ b/RSSDP/ISsdpDeviceLocator.cs
@@ -58,11 +58,6 @@ namespace Rssdp.Infrastructure
set;
}
- /// <summary>
- /// Returns a boolean indicating whether or not a search is currently active.
- /// </summary>
- bool IsSearching { get; }
-
#endregion
#region Methods