[Modify] Edit it

This commit is contained in:
sta 2018-03-29 17:07:04 +09:00
parent 8d733b4d05
commit 4c8efb0157

View File

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