aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net/ISocket.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-03-26 15:06:02 -0400
committerGitHub <noreply@github.com>2017-03-26 15:06:02 -0400
commita937ecfe821c5bf090c5a58638ea6f4d80230ada (patch)
treecfb186b6718796269e8c611bfbf6db12d2a2d7cf /MediaBrowser.Model/Net/ISocket.cs
parent5063c2c3101364b4f1c3f6a245e2a49935aa7c2b (diff)
parent07c43a1cd3979e67ac3547f3a76a7daab5cd4bc7 (diff)
Merge pull request #2547 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Net/ISocket.cs')
-rw-r--r--MediaBrowser.Model/Net/ISocket.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Net/ISocket.cs b/MediaBrowser.Model/Net/ISocket.cs
index 90070b128..61fc0e28b 100644
--- a/MediaBrowser.Model/Net/ISocket.cs
+++ b/MediaBrowser.Model/Net/ISocket.cs
@@ -24,5 +24,6 @@ namespace MediaBrowser.Model.Net
/// Sends a UDP message to a particular end point (uni or multicast).
/// </summary>
Task SendAsync(byte[] buffer, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
+ Task SendWithLockAsync(byte[] buffer, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
}
} \ No newline at end of file