Table of Contents

Struct WebCallbacks

Namespace
Coherence.Transport.Web
Assembly
Coherence.Connection.Web.dll
public struct WebCallbacks

Fields

OnError

public Action<JsError> OnError

Field Value

Action<JsError>

OnOpen

public Action OnOpen

Field Value

Action

OnPacket

public Action<byte[]> OnPacket

Field Value

Action<byte[]>