cohtml::Net::ISocketListener

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
ISocketListener()
virtual voidOnMessage(System.IntPtr bytes, uint length)
virtual voidOnMessage(System.IntPtr bytes, uint length, OpCode opCode)
virtual voidOnClose(uint code, string reason, uint length)
virtual voidOnError(string message, uint length)
virtual voidOnOpen()

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function ISocketListener

ISocketListener()

function OnMessage

virtual void OnMessage(
    System.IntPtr bytes,
    uint length
)

function OnMessage

virtual void OnMessage(
    System.IntPtr bytes,
    uint length,
    OpCode opCode
)

function OnClose

virtual void OnClose(
    uint code,
    string reason,
    uint length
)

function OnError

virtual void OnError(
    string message,
    uint length
)

function OnOpen

virtual void OnOpen()

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;