This website requires JavaScript.
Explore
Help
Sign In
DevWiki
/
websocket-sharp
Watch
1
Star
0
Fork
0
You've already forked websocket-sharp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
01770d043db4fa91242b5e4021b09d74afe7c1ed
websocket-sharp
/
websocket-sharp
T
History
sta
01770d043d
Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor
2015-02-09 17:41:47 +09:00
..
doc
…
Net
Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor
2015-02-09 17:41:47 +09:00
Server
Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method
2015-02-05 17:31:33 +09:00
AssemblyInfo.cs
…
ByteOrder.cs
…
CloseEventArgs.cs
…
CloseStatusCode.cs
…
CompressionMethod.cs
…
ErrorEventArgs.cs
…
Ext.cs
Modified a bit for Ext.cs, into the year 2015
2015-02-01 16:10:11 +09:00
Fin.cs
…
HttpBase.cs
Removed throwing the exception in from Ext.EqualsWith method
2014-11-30 15:29:11 +09:00
HttpRequest.cs
…
HttpResponse.cs
Removed the ProxyAuthenticationChallenge property from the HttpResponse class
2014-12-25 14:26:16 +09:00
LogData.cs
…
Logger.cs
…
LogLevel.cs
…
Mask.cs
…
MessageEventArgs.cs
…
Opcode.cs
…
PayloadData.cs
…
Rsv.cs
…
websocket-sharp.csproj
Added HttpResponseHeader.cs
2014-12-07 10:05:09 +09:00
websocket-sharp.snk
…
WebSocket.cs
Modified the WebSocket class, fix for 'No Status Code' for the close
2015-01-26 17:34:02 +09:00
WebSocketException.cs
…
WebSocketFrame.cs
…
WebSocketState.cs
…