ServiceFakesWebHostExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods supporting Kestrel server unit testing scenarios.
public static class ServiceFakesWebHostExtensions
type ServiceFakesWebHostExtensions = class
Public Module ServiceFakesWebHostExtensions
- Inheritance
-
ServiceFakesWebHostExtensions
Methods
ListenHttpOnAnyPort(IWebHostBuilder) |
Adds Kestrel server instance listening on the given HTTP port. |
ListenHttpsOnAnyPort(IWebHostBuilder, X509Certificate2) |
Adds Kestrel server instance listening on a random HTTPS port. |
UseFakeStartup(IWebHostBuilder) |
Adds an empty Startup class to satisfy ASP.NET check. |