Skip to content

WebSocketServer.Data Format

Alex Ander edited this page Apr 14, 2018 · 1 revision
class WebSocketMessage<T> {
    public string Type;
    public T Payload;
}

Clone this wiki locally