As a **WebSocket Client**, if you would like to send the **Query String** with the WebSocket connection request to the server, you should create an instance of the `WebSocket` class with the WebSocket URL that includes the query string parameters.
As a **WebSocket Client**, if you would like to send the **Query String** with the WebSocket connection request to the server, you should create an instance of the `WebSocket` class with the WebSocket URL that includes the [Query] string parameters.
```cs
using (var ws = new WebSocket ("ws://example.com/?name=nobita")) {
@ -611,6 +612,7 @@ websocket-sharp is provided under **[The MIT License]**.