31 references to Endpoint
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
623
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 =>
603
.
Endpoint
("End1", opt =>
628
.
Endpoint
("End1", opt =>
653
.
Endpoint
("End1", opt =>
677
.
Endpoint
("End1", opt =>
834
.
Endpoint
("End1", opt =>
1153
.
Endpoint
("End1", opt =>
1252
.
Endpoint
("End1", opt =>
1345
.
Endpoint
("End1", opt =>
1415
.
Endpoint
("End1", opt =>
1466
.
Endpoint
("End1", opt =>
1507
.
Endpoint
("End1", opt =>
1536
.
Endpoint
("End1", opt =>
1570
.
Endpoint
("End1", opt =>
1603
.
Endpoint
("End1", opt =>
1671
.
Endpoint
("End1", opt =>
1698
.
Endpoint
("End1", opt =>
1728
.
Endpoint
("End1", opt =>
1826
.
Endpoint
("Changed", endpointOptions => foundChangedCount++)
1827
.
Endpoint
("Unchanged", endpointOptions => foundUnchangedCount++)
1828
.
Endpoint
("NotFound", endpointOptions => throw new NotImplementedException())