[Modify] Edit it
This commit is contained in:
parent
33fc43b120
commit
c265c18bde
@ -211,11 +211,12 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
public abstract System.Net.IPEndPoint UserEndPoint { get; }
|
public abstract System.Net.IPEndPoint UserEndPoint { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for
|
/// Gets the WebSocket instance used for two-way communication between
|
||||||
/// two-way communication between client and server.
|
/// the client and server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="WebSocketSharp.WebSocket"/>.
|
/// A <see cref="WebSocketSharp.WebSocket"/> used for two-way communication
|
||||||
|
/// using the WebSocket protocol.
|
||||||
/// </value>
|
/// </value>
|
||||||
public abstract WebSocket WebSocket { get; }
|
public abstract WebSocket WebSocket { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user