[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>
/// Gets the WebSocket interface for two-way communication between the
/// client and server.
/// Gets the WebSocket instance used for two-way communication between
/// the client and server.
/// </summary>
/// <value>
/// A <see cref="WebSocketSharp.WebSocket"/> that provides a set of methods
/// and properties for two-way communication using the WebSocket protocol.
/// A <see cref="WebSocketSharp.WebSocket"/>.
/// </value>
public override WebSocket WebSocket {
get {