Merge pull request #2232 from benmunro/patch-1
Correct reference to UseHttps extension methodpull/2235/head
commit
8c32fbc3c5
|
@ -113,7 +113,7 @@ When you specify port 0, you can use [`IServerAddressesFeature`](http://docs.as
|
|||
|
||||
### URL prefixes for SSL
|
||||
|
||||
Be sure to include URL prefixes with `https:` if you call the `UseSSL` extension method, as shown below.
|
||||
Be sure to include URL prefixes with `https:` if you call the `UseHttps` extension method, as shown below.
|
||||
|
||||
```csharp
|
||||
var host = new WebHostBuilder()
|
||||
|
|
Loading…
Reference in New Issue