You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sta
8910c6cced
Replaced the SendToAsync (string id, Stream stream, int length, Action<bool> completed) method with the SendToAsync (Stream stream, int length, string id, Action<bool> completed) method
|
11 years ago |
| .. |
|
HttpRequestEventArgs.cs
|
Refactored HttpRequestEventArgs.cs
|
11 years ago |
|
HttpServer.cs
|
Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method
|
11 years ago |
|
IWebSocketSession.cs
|
Renamed the WebSocketService class to the WebSocketBehavior class
|
11 years ago |
|
ServerState.cs
|
Fix a few
|
12 years ago |
|
WebSocketBehavior.cs
|
Modified a bit for WebSocketBehavior.cs, into the year 2015
|
11 years ago |
|
WebSocketServer.cs
|
Modified the WebSocketServer class, fix for 'No Status Code' for the stop
|
11 years ago |
|
WebSocketServiceHost.cs
|
Can only set the KeepClean property before the start
|
11 years ago |
|
WebSocketServiceManager.cs
|
Fix for issue #76, added the WaitTime property to the WebSocketServer class
|
11 years ago |
|
WebSocketSessionManager.cs
|
Replaced the SendToAsync (string id, Stream stream, int length, Action<bool> completed) method with the SendToAsync (Stream stream, int length, string id, Action<bool> completed) method
|
11 years ago |