diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-08 12:13:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-08 12:13:58 -0400 |
| commit | adc22b5e811ff1d570946a65b94930c1c338c7d3 (patch) | |
| tree | a36814db6b9c099fc5ead90d9a8967c0ef6d6c38 /MediaBrowser.Model/Net/ISocket.cs | |
| parent | 33e31d246f124581fdd112bc2973c85ca1c68d07 (diff) | |
rework epg storage
Diffstat (limited to 'MediaBrowser.Model/Net/ISocket.cs')
| -rw-r--r-- | MediaBrowser.Model/Net/ISocket.cs | 3 |
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 |
