Browse Source

[Modify] Edit it

pull/712/merge
sta 2 years ago
parent
commit
8065141b53
  1. 6
      README.md

6
README.md

@ -164,12 +164,12 @@ ws.OnMessage += (sender, e) => {
##### WebSocket.OnError Event #####
This event occurs when the `WebSocket` gets an error.
This event occurs when the `WebSocket` instance gets an error.
```csharp
ws.OnError += (sender, e) => {
...
};
...
};
```
A `WebSocketSharp.ErrorEventArgs` instance is passed as `e`.

Loading…
Cancel
Save