34 references to WithUrl
ClientSample (2)
StreamingSample.cs (1)
28
.
WithUrl
(baseUrl)
UploadSample.cs (1)
31
.
WithUrl
(baseUrl)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (4)
HubConnectionTests.cs (4)
45
hubConnectionBuilder.
WithUrl
(url + path);
2002
.
WithUrl
(server.Url + "/default")
2070
.
WithUrl
(server.Url + "/default-nowebsockets");
2208
.
WithUrl
(server.Url + "/redirect")
Microsoft.AspNetCore.SignalR.Client.Tests (24)
HubConnectionBuilderExtensionsTests.cs (1)
23
connectionBuilder.
WithUrl
("http://tempuri.org");
HubConnectionBuilderTests.cs (4)
65
builder.
WithUrl
("http://example.com");
86
builder.
WithUrl
("http://example.com")
99
builder.
WithUrl
("http://example.com")
113
builder.
WithUrl
("http://example.com")
HubConnectionTests.ConnectionLifecycle.cs (3)
87
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
120
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
609
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
HubConnectionTests.cs (3)
63
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
885
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
917
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
HubConnectionTests.Helpers.cs (1)
21
var builder = new HubConnectionBuilder().
WithUrl
("http://example.com");
HubConnectionTests.Reconnect.cs (12)
83
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
197
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
292
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
387
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
483
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
567
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
628
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
683
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
741
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
848
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
967
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
1058
var builder = new HubConnectionBuilder().WithLoggerFactory(LoggerFactory).
WithUrl
("http://example.com");
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (1)
73
hubConnectionBuilder.
WithUrl
("http://doesntmatter");
HubConnectionSendBenchmark.cs (1)
55
hubConnectionBuilder.
WithUrl
("http://doesntmatter");
HubConnectionStartBenchmark.cs (1)
41
hubConnectionBuilder.
WithUrl
("http://doesntmatter");
Microsoft.AspNetCore.SignalR.Tests (1)
NativeAotTests.cs (1)
32
.
WithUrl
(server.Url + "/hub");