aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-09-08 12:14:23 -0400
committerGitHub <noreply@github.com>2017-09-08 12:14:23 -0400
commit2a7806665853070624539260b2af5e16dbe219bb (patch)
treea36814db6b9c099fc5ead90d9a8967c0ef6d6c38 /MediaBrowser.Model/Net
parent890069d312d3132391edf857730ffc9a34c9fce4 (diff)
parentadc22b5e811ff1d570946a65b94930c1c338c7d3 (diff)
Merge pull request #2870 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Net')
-rw-r--r--MediaBrowser.Model/Net/ISocket.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Net/ISocket.cs b/MediaBrowser.Model/Net/ISocket.cs
index 42550340b7..6a67810262 100644
--- a/MediaBrowser.Model/Net/ISocket.cs
+++ b/MediaBrowser.Model/Net/ISocket.cs
@@ -24,8 +24,5 @@ namespace MediaBrowser.Model.Net
/// Sends a UDP message to a particular end point (uni or multicast).
/// </summary>
Task SendToAsync(byte[] buffer, int offset, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
-
- IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, IpEndPointInfo endPoint, AsyncCallback callback, object state);
- int EndSendTo(IAsyncResult result);
}
} \ No newline at end of file