jellyfin/MediaBrowser.Common/Net
2013-12-07 10:52:38 -05:00
..
BasePeriodicWebSocketListener.cs fixes #97 and creates a library dictionary cache to avoid FindById recursion 2013-03-31 13:39:28 -04:00
HttpRequestOptions.cs allow request header overrides 2013-09-17 22:43:34 -04:00
HttpResponseInfo.cs added GetTempFileResponse 2013-07-20 17:36:59 -04:00
IHttpClient.cs switch from httpclient to plain httpwebrequest 2013-11-30 01:07:25 -05:00
INetworkManager.cs create platform-specific network manager implementation 2013-10-05 13:13:32 -04:00
IServerManager.cs updated nuget 2013-10-02 21:22:50 -04:00
IWebSocket.cs reduce byte conversions with alchemy web socket 2013-09-05 17:34:46 -04:00
IWebSocketConnection.cs updated nuget 2013-10-02 21:22:50 -04:00
IWebSocketListener.cs
IWebSocketServer.cs
MimeTypes.cs fixes #582 - support tbn image files. 2013-10-13 01:56:44 -04:00
WebSocketConnectEventArgs.cs