[Modify] Edit it

This commit is contained in:
sta 2018-04-06 17:58:13 +09:00
parent 33fc43b120
commit c265c18bde

View File

@ -211,11 +211,12 @@ namespace WebSocketSharp.Net.WebSockets
public abstract System.Net.IPEndPoint UserEndPoint { get; } public abstract System.Net.IPEndPoint UserEndPoint { get; }
/// <summary> /// <summary>
/// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for /// Gets the WebSocket instance used for two-way communication between
/// two-way communication between client and server. /// the client and server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketSharp.WebSocket"/>. /// A <see cref="WebSocketSharp.WebSocket"/> used for two-way communication
/// using the WebSocket protocol.
/// </value> /// </value>
public abstract WebSocket WebSocket { get; } public abstract WebSocket WebSocket { get; }