Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created November 30, 2018 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/3f88ea4c2c9e1659c18b4629310f255c to your computer and use it in GitHub Desktop.
Save wullemsb/3f88ea4c2c9e1659c18b4629310f255c to your computer and use it in GitHub Desktop.
this.connection = new HubConnectionBuilder()
.withUrl(url,HttpTransportType.WebSockets)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment