[Modify] Edit it
This commit is contained in:
parent
0a583e5d20
commit
8231649bb6
@ -59,8 +59,14 @@ namespace WebSocketSharp
|
|||||||
/// Implements the WebSocket interface.
|
/// Implements the WebSocket interface.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The WebSocket class provides a set of methods and properties for two-way communication using
|
/// <para>
|
||||||
/// the WebSocket protocol (<see href="http://tools.ietf.org/html/rfc6455">RFC 6455</see>).
|
/// This class provides a set of methods and properties for two-way
|
||||||
|
/// communication using the WebSocket protocol.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The WebSocket protocol is defined in
|
||||||
|
/// <see href="http://tools.ietf.org/html/rfc6455">RFC 6455</see>.
|
||||||
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class WebSocket : IDisposable
|
public class WebSocket : IDisposable
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user