Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
David Fowler 2017-04-27 21:00:46 -07:00
commit cfad8051d5
1 changed files with 0 additions and 5 deletions

View File

@ -29,11 +29,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core
/// </remarks>
public bool AddServerHeader { get; set; } = true;
/// <summary>
/// Gets or sets a value that determines if Kestrel should use the transport thread thread when executing user code.
/// </summary>
public bool UseTransportThread { get; set; }
/// <summary>
/// Gets or sets a value that determines how Kestrel should schedule user callbacks.
/// </summary>