mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
update SocketHttpListener
This commit is contained in:
@@ -12,9 +12,6 @@ namespace MediaBrowser.Model.Net
|
||||
void Listen(int backlog);
|
||||
void Bind(IpEndPointInfo endpoint);
|
||||
void Connect(IpEndPointInfo endPoint);
|
||||
void StartAccept(Action<IAcceptSocket> onAccept, Func<bool> isClosed);
|
||||
IAsyncResult BeginSendFile(string path, byte[] preBuffer, byte[] postBuffer, AsyncCallback callback, object state);
|
||||
void EndSendFile(IAsyncResult result);
|
||||
}
|
||||
|
||||
public class SocketCreateException : Exception
|
||||
|
||||
Reference in New Issue
Block a user