|
|
|
|
@ -59,8 +59,14 @@ namespace WebSocketSharp
|
|
|
|
|
/// Implements the WebSocket interface.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
|
|
|
|
/// The WebSocket class provides a set of methods and properties for two-way communication using
|
|
|
|
|
/// the WebSocket protocol (<see href="http://tools.ietf.org/html/rfc6455">RFC 6455</see>).
|
|
|
|
|
/// <para>
|
|
|
|
|
/// 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>
|
|
|
|
|
public class WebSocket : IDisposable
|
|
|
|
|
{
|
|
|
|
|
|