Removed UseTransportThread (#1781)

This commit is contained in:
David Fowler 2017-04-27 20:59:50 -07:00 committed by GitHub
parent 005b884b7d
commit 0e372edb2c
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>