add cancellation to socket methods

This commit is contained in:
Luke Pulverenti
2017-02-05 15:44:08 -05:00
parent bd8753dbc8
commit d218dbd2a1
12 changed files with 92 additions and 116 deletions

View File

@@ -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