Guest User

Untitled

a guest
Dec 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. hubConnection = new HubConnectionBuilder()
  2. .WithUrl("http://192.168.1.10/v2/api/login", options=> {
  3. options.Transports = HttpTransportType.WebSockets;
  4. })
  5. .Build();
Add Comment
Please, Sign In to add comment