[Modify] Edit it
This commit is contained in:
parent
f504d5f926
commit
6999481ef0
@ -459,7 +459,7 @@ I think this is useful when you get something error in connecting the server and
|
|||||||
|
|
||||||
websocket-sharp supports the **Secure Connection** with **SSL/TLS**.
|
websocket-sharp supports the **Secure Connection** with **SSL/TLS**.
|
||||||
|
|
||||||
As a **WebSocket Client**, you should create a new instance of the `WebSocket` class with the **wss** scheme WebSocket URL.
|
As a **WebSocket Client**, you should create a new instance of the `WebSocket` class with a **wss** scheme WebSocket URL.
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
using (var ws = new WebSocket ("wss://example.com")) {
|
using (var ws = new WebSocket ("wss://example.com")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user