[Modify] Polish it

This commit is contained in:
sta 2015-11-26 15:59:48 +09:00
parent 4cfdbeb6f6
commit ec0ba0a0db

View File

@ -351,7 +351,7 @@ And if you override the `WebSocketBehavior.OnOpen ()`, `WebSocketBehavior.OnErro
The `WebSocketBehavior.Send` method sends data to the client on a session in the service. The `WebSocketBehavior.Send` method sends data to the client on a session in the service.
If you would like to access the sessions in the service, you should use the `WebSocketBehavior.Sessions` property (returns a `WebSocketSharp.Server.WebSocketSessionManager`). If you would like to get the sessions in the service, you should access the `WebSocketBehavior.Sessions` property (returns a `WebSocketSharp.Server.WebSocketSessionManager`).
The `WebSocketBehavior.Sessions.Broadcast` method sends data to every client in the service. The `WebSocketBehavior.Sessions.Broadcast` method sends data to every client in the service.