Fix due to the renamed WebSocketServer<T> to WebSocketServiceHost<T>

This commit is contained in:
sta
2012-10-23 15:39:31 +09:00
parent c55b5d6479
commit 2ae1d35d03
38 changed files with 387 additions and 249 deletions

View File

@@ -2,8 +2,8 @@ using System;
using WebSocketSharp;
using WebSocketSharp.Server;
namespace Example3
{
namespace Example3 {
public class Echo : WebSocketService
{
protected override void OnMessage(object sender, MessageEventArgs e)