Implemented interface member:
6 references to Add
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ServerAddressesCollection.cs (1)
122
_addressesCollection.
Add
(item);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
AddressBinderTests.cs (5)
159
addresses.InternalCollection.
Add
("http://localhost:5000");
179
addresses.InternalCollection.
Add
(overriddenAddress);
205
addresses.InternalCollection.
Add
(overriddenAddress);
230
addresses.InternalCollection.
Add
("http://localhost:5000");
255
addresses.InternalCollection.
Add
(address);