C-DEngine 5.105

WebSocketBehavior Class

Exposes the methods and properties used to define the behavior of a WebSocket service provided by the WebSocketServer or HttpServer.

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

Syntax


public abstract class WebSocketBehavior : IWebSocketSession
Public MustInherit Class WebSocketBehavior _
	Implements IWebSocketSession
public ref class WebSocketBehavior abstract : IWebSocketSession

Remarks


The WebSocketBehavior class is an abstract class.

Inheritance Hierarchy


Object
  WebSocketSharp.Server..::..WebSocketBehavior