websocket-sharp/websocket-sharp
2014-09-04 16:03:53 +09:00
..
doc Modified .gitignore 2013-06-12 16:23:28 +09:00
Net Fix for pull request #57 - Removed checkDisposed from property getters 2014-08-26 19:53:48 +09:00
Server Fix for pull request #73, it's because 'The TcpListener.Stop method also closes the underlying Socket, and creates a new Socket for the TcpListener. If you set any properties on the underlying Socket prior to calling the Stop method, those properties will not carry over to the new Socket.' 2014-09-04 16:03:53 +09:00
AssemblyInfo.cs Fix for the secure connection 2013-07-19 17:29:58 +09:00
ByteOrder.cs Fix a few 2014-03-01 17:38:56 +09:00
CloseEventArgs.cs Modified some xml doc comments in CloseEventArgs.cs 2014-08-23 17:17:53 +09:00
CloseStatusCode.cs Fix a few for xml doc comment of CloseStatusCode.cs 2014-07-06 17:24:06 +09:00
CompressionMethod.cs Fix a few 2014-03-06 17:42:12 +09:00
ErrorEventArgs.cs Modified some xml doc comments in ErrorEventArgs.cs 2014-08-22 22:01:18 +09:00
Ext.cs Modified some error messages in Ext.cs and WebSocketServer.cs 2014-09-02 13:58:40 +09:00
Fin.cs Modified Fin enum values to PascalCase values 2014-03-01 15:00:51 +09:00
HttpBase.cs Added GetEncoding method 2014-08-16 16:30:22 +09:00
HttpRequest.cs Moved some methods from WebSocketStream class to HttpBase class 2014-07-25 13:28:28 +09:00
HttpResponse.cs Moved some methods from WebSocketStream class to HttpBase class 2014-07-25 13:28:28 +09:00
LogData.cs Refactored LogData.cs 2014-07-30 21:20:56 +09:00
Logger.cs Refactored Logger.cs 2014-08-08 20:57:09 +09:00
LogLevel.cs Fix a few 2014-03-06 17:42:12 +09:00
Mask.cs Modified Mask enum values to PascalCase values 2014-03-01 15:16:25 +09:00
MessageEventArgs.cs Refactored MessageEventArgs.cs 2014-08-24 16:01:29 +09:00
Opcode.cs Modified Opcode enum values to PascalCase values 2014-03-06 17:07:30 +09:00
PayloadData.cs Refactored PayloadData.cs 2014-06-09 20:02:01 +09:00
Rsv.cs Modified Rsv enum values to PascalCase values 2014-03-01 15:24:03 +09:00
websocket-sharp.csproj Removed WebSocketStream.cs 2014-07-28 18:02:05 +09:00
websocket-sharp.snk add websocket-sharp/websocket-sharp.snk 2010-10-27 20:50:50 +09:00
WebSocket.cs Fix for issue #72 2014-08-27 14:30:32 +09:00
WebSocketException.cs Fix a few for WebSocketException.cs 2014-04-08 21:08:53 +09:00
WebSocketFrame.cs Refactored Ext.cs 2014-08-19 14:14:59 +09:00
WebSocketState.cs Fix a few 2014-03-06 17:42:12 +09:00