[Modify] Edit it

This commit is contained in:
sta 2016-06-29 14:47:53 +09:00
parent 899d41489d
commit bb561ee5c0

View File

@ -195,8 +195,8 @@ 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 two-way communication /// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for
/// between client and server. /// two-way communication between client and server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketSharp.WebSocket"/>. /// A <see cref="WebSocketSharp.WebSocket"/>.