Table of Contents

Struct WebSocketCallbacks

Namespace
Coherence.Runtime.Web
Assembly
Coherence.Runtime.dll
public struct WebSocketCallbacks

Fields

connect

public Action connect

Field Value

Action

disconnect

public Action disconnect

Field Value

Action

error

public Action<string> error

Field Value

Action<string>

message

public Action<string> message

Field Value

Action<string>