[Modify] Edit it

master
sta 8 years ago
parent 8d733b4d05
commit 4c8efb0157

@ -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 {

Loading…
Cancel
Save