Searched refs:clientHost (Results 1 – 1 of 1) sorted by relevance
995 const clientHost = new SessionClientHost(cancellationToken, options); constant996 const client = new ts.server.SessionClient(clientHost);1000 const serverHost = new SessionServerHost(clientHost);1017 clientHost.writeMessage = this.server.onMessage.bind(this.server);1021 clientHost.setClient(client);1025 this.host = clientHost;