Fixed WebSocketServer

This commit is contained in:
sta
2012-08-06 14:34:39 +09:00
parent 9212716319
commit b730e23248
59 changed files with 277 additions and 124 deletions

View File

@@ -12,7 +12,7 @@ using System.Threading;
using WebSocketSharp;
using WebSocketSharp.Frame;
namespace Example
namespace Example1
{
public struct NfMessage
{

Binary file not shown.

View File

@@ -1,7 +1,7 @@
using System;
using System.Threading;
namespace Example
namespace Example1
{
public class Program
{

Binary file not shown.

Binary file not shown.

Binary file not shown.