Fix for issue #15

This commit is contained in:
sta
2013-04-06 16:21:41 +09:00
parent cbaa540b59
commit 94cf881dcf
83 changed files with 985 additions and 118 deletions

View File

@@ -54,6 +54,7 @@
<Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
<Package>notify-sharp</Package>
</Reference>
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">

Binary file not shown.

View File

@@ -3,8 +3,10 @@ using Notifications;
#endif
using System;
using System.Collections;
using System.Linq;
using System.Threading;
using WebSocketSharp;
using WebSocketSharp.Net;
namespace Example
{
@@ -109,6 +111,8 @@ namespace Example
"notification-message-im");
};
//ws.SetCookie(new Cookie("nobita", "idiot"));
//ws.SetCookie(new Cookie("dora", "tanuki"));
ws.Connect();
Thread.Sleep(500);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.