[Modify] Edit it

This commit is contained in:
sta 2018-04-07 20:46:09 +09:00
parent dfea8eb3c6
commit 790073d6a3

View File

@ -347,12 +347,11 @@ namespace WebSocketSharp.Net.WebSockets
} }
/// <summary> /// <summary>
/// Gets the WebSocket interface for two-way communication between the /// Gets the WebSocket instance used for two-way communication between
/// client and server. /// the client and server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="WebSocketSharp.WebSocket"/> that provides a set of methods /// A <see cref="WebSocketSharp.WebSocket"/>.
/// and properties for two-way communication using the WebSocket protocol.
/// </value> /// </value>
public override WebSocket WebSocket { public override WebSocket WebSocket {
get { get {