[Modify] Edit it

This commit is contained in:
sta 2018-06-22 19:50:20 +09:00
parent a2fa39f9df
commit 8f5cd49c0d

View File

@ -32,7 +32,7 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Server namespace WebSocketSharp.Server
{ {
/// <summary> /// <summary>
/// Exposes the properties used to access the information in a session in a WebSocket service. /// Exposes the access to the information in a WebSocket session.
/// </summary> /// </summary>
public interface IWebSocketSession public interface IWebSocketSession
{ {