31 references to Endpoint
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
651
configurationLoader.
Endpoint
(name, endpointConfiguration =>
CreateDefaultBuilderApp (1)
Program.cs (1)
26
.
Endpoint
("HTTP", endpointOptions =>
CreateDefaultBuilderOfTApp (1)
Program.cs (1)
28
.
Endpoint
("HTTP", endpointOptions =>
Kestrel.SampleApp (2)
Startup.cs (2)
155
.
Endpoint
("NamedEndpoint", opt =>
159
.
Endpoint
("NamedHttpsEndpoint", opt =>
Microsoft.AspNetCore.Server.Kestrel.Tests (26)
KestrelConfigurationLoaderTests.cs (26)
67
.
Endpoint
("Found", endpointOptions => found = true)
68
.
Endpoint
("NotFound", endpointOptions => throw new NotImplementedException())
175
.
Endpoint
("End1", opt =>
212
.
Endpoint
("End1", opt =>
248
.
Endpoint
("End1", opt =>
291
.
Endpoint
("End1", opt =>
605
.
Endpoint
("End1", opt =>
630
.
Endpoint
("End1", opt =>
655
.
Endpoint
("End1", opt =>
679
.
Endpoint
("End1", opt =>
836
.
Endpoint
("End1", opt =>
1155
.
Endpoint
("End1", opt =>
1254
.
Endpoint
("End1", opt =>
1347
.
Endpoint
("End1", opt =>
1417
.
Endpoint
("End1", opt =>
1468
.
Endpoint
("End1", opt =>
1509
.
Endpoint
("End1", opt =>
1538
.
Endpoint
("End1", opt =>
1572
.
Endpoint
("End1", opt =>
1605
.
Endpoint
("End1", opt =>
1673
.
Endpoint
("End1", opt =>
1700
.
Endpoint
("End1", opt =>
1730
.
Endpoint
("End1", opt =>
1828
.
Endpoint
("Changed", endpointOptions => foundChangedCount++)
1829
.
Endpoint
("Unchanged", endpointOptions => foundUnchangedCount++)
1830
.
Endpoint
("NotFound", endpointOptions => throw new NotImplementedException())