Merge pull request #2232 from benmunro/patch-1

Correct reference to UseHttps extension method
pull/2235/head
Rick Anderson 2016-11-22 14:37:26 -10:00 committed by GitHub
commit 8c32fbc3c5
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ When you specify port 0, you can use [`IServerAddressesFeature`](http://docs.as
### URL prefixes for SSL ### 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 ```csharp
var host = new WebHostBuilder() var host = new WebHostBuilder()