Browse Source

modify wsclient.cs

draft75
sta 15 years ago
parent
commit
7b69b9344a
  1. 2
      websocket-sharp.userprefs
  2. BIN
      websocket-sharp/bin/Debug/websocket-sharp.dll
  3. BIN
      websocket-sharp/bin/Debug/websocket-sharp.dll.mdb
  4. BIN
      websocket-sharp/bin/Release/websocket-sharp.dll
  5. BIN
      websocket-sharp/websocket-sharp.pidb
  6. BIN
      wsclient/bin/Debug/websocket-sharp.dll
  7. BIN
      wsclient/bin/Debug/websocket-sharp.dll.mdb
  8. BIN
      wsclient/bin/Debug/wsclient.exe
  9. BIN
      wsclient/bin/Debug/wsclient.exe.mdb
  10. BIN
      wsclient/bin/Release/websocket-sharp.dll
  11. BIN
      wsclient/bin/Release/wsclient.exe
  12. 2
      wsclient/wsclient.cs
  13. BIN
      wsclient/wsclient.pidb

2
websocket-sharp.userprefs

@ -1,5 +1,5 @@
<Properties> <Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug_Ubuntu" ctype="Workspace" />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" ctype="Workspace" />
<MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench"> <MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench">
<Files> <Files>
<File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" /> <File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" />

BIN
websocket-sharp/bin/Debug/websocket-sharp.dll

BIN
websocket-sharp/bin/Debug/websocket-sharp.dll.mdb

BIN
websocket-sharp/bin/Release/websocket-sharp.dll

BIN
websocket-sharp/websocket-sharp.pidb

BIN
wsclient/bin/Debug/websocket-sharp.dll

BIN
wsclient/bin/Debug/websocket-sharp.dll.mdb

BIN
wsclient/bin/Debug/wsclient.exe

BIN
wsclient/bin/Debug/wsclient.exe.mdb

BIN
wsclient/bin/Release/websocket-sharp.dll

BIN
wsclient/bin/Release/wsclient.exe

2
wsclient/wsclient.cs

@ -1,4 +1,6 @@
#if LINUX
using Notifications; using Notifications;
#endif
using System; using System;
using System.Threading; using System.Threading;
using WebSocketSharp; using WebSocketSharp;

BIN
wsclient/wsclient.pidb

Loading…
Cancel
Save