Removed UseTransportThread (#1781)
This commit is contained in:
parent
005b884b7d
commit
0e372edb2c
|
|
@ -29,11 +29,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public bool AddServerHeader { get; set; } = true;
|
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>
|
/// <summary>
|
||||||
/// Gets or sets a value that determines how Kestrel should schedule user callbacks.
|
/// Gets or sets a value that determines how Kestrel should schedule user callbacks.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue