[Modify] Edit it

This commit is contained in:
sta 2016-07-08 15:25:43 +09:00
parent 2199d9f1f6
commit 6bb23096e6

View File

@ -204,7 +204,7 @@ ws.OnClose += (sender, e) => {
`e` has passed as a `WebSocketSharp.CloseEventArgs`.
`e.Code` property returns a `ushort` that represents the status code indicating the reason for the close, and `e.Reason` property returns a `string` that represents the reason for the close.
`e.Code` property returns a `ushort` that represents the status code for the close, and `e.Reason` property returns a `string` that represents the reason for the close.
#### Step 4 ####