Renamed the WebSocketService class to the WebSocketBehavior class

This commit is contained in:
sta
2014-09-06 17:50:10 +09:00
parent 73bfd1dbab
commit 5109d88ebb
11 changed files with 194 additions and 154 deletions

View File

@@ -5,7 +5,7 @@ using WebSocketSharp.Server;
namespace Example3
{
public class Chat : WebSocketService
public class Chat : WebSocketBehavior
{
private static int _num = 0;

View File

@@ -4,7 +4,7 @@ using WebSocketSharp.Server;
namespace Example3
{
public class Echo : WebSocketService
public class Echo : WebSocketBehavior
{
protected override void OnMessage (MessageEventArgs e)
{