Skip to content

Commit df1ff81

Browse files
committed
Modified WebSocket.cs
1 parent 2a892ff commit df1ff81

27 files changed

+156
-22
lines changed

Example/Example.pidb

0 Bytes
Binary file not shown.

Example/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public static void Main(string[] args)
111111
"notification-message-im");
112112
};
113113

114+
//ws.Origin = "http://echo.websocket.org";
114115
//ws.SetCookie(new Cookie("nobita", "\"idiot, gunfighter\""));
115116
//ws.SetCookie(new Cookie("dora", "tanuki"));
116117
ws.Connect();
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
113 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
113 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)