C-DEngine 5.105

WebSocket Class

Implements the WebSocket interface.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class WebSocket : IDisposable
Public Class WebSocket _
	Implements IDisposable
public ref class WebSocket : IDisposable

Remarks


The WebSocket class provides a set of methods and properties for two-way communication using the WebSocket protocol (RFC 6455).

Inheritance Hierarchy


Object
  WebSocketSharp..::..WebSocket