Interface SocketTransport

interface SocketTransport {
    kind: socket;
    port: number;
}

Properties

Properties

kind: socket
port: number