[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>
/// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for
/// two-way communication between client and server.
/// Gets the WebSocket interface for two-way communication between the
/// client and server.
/// </summary>
/// <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>
public override WebSocket WebSocket {
get {