Skip to content

Instantly share code, notes, and snippets.

@YuriyZaletskyy
Created November 23, 2020 19:41
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 YuriyZaletskyy/e901c289ec2ccd51160fc0a08c175166 to your computer and use it in GitHub Desktop.
Save YuriyZaletskyy/e901c289ec2ccd51160fc0a08c175166 to your computer and use it in GitHub Desktop.
var connection = new HubConnection("http://localhost/YourInstance/");
connection.Headers.Add("Authorization", "Basic "+basicAuthToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment