API Referenceglobal
public sealed class Sandbox.WebSocket.DataReceivedHandler : System.MulticastDelegate
Event handler which processes binary messages from the WebSocket service.
Constructors
Showing 1 constructors
public DataReceivedHandler(object object, System.IntPtr method)
No results match this filter.
Methods
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(System.Span`1<byte> data, System.AsyncCallback callback, object object)
public virtual void EndInvoke(System.IAsyncResult result)
public virtual void Invoke(System.Span`1<byte> data)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.WebSocket.DataReceivedHandler |