Added the public WebSocket.Accept and AcceptAsync methods

This commit is contained in:
sta
2015-08-07 17:27:04 +09:00
parent 745da21631
commit 8efe37eb2f
2 changed files with 72 additions and 15 deletions

View File

@@ -366,7 +366,7 @@ namespace WebSocketSharp.Server
_websocket.OnError += onError;
_websocket.OnClose += onClose;
_websocket.Accept ();
_websocket.InternalAccept ();
}
#endregion