From 0e372edb2cd77c6865574e9cc2defb729f272f1a Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 27 Apr 2017 20:59:50 -0700 Subject: [PATCH] Removed UseTransportThread (#1781) --- .../KestrelServerOptions.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs b/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs index f97e5c3dd3..6719702b9e 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs +++ b/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs @@ -29,11 +29,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core /// public bool AddServerHeader { get; set; } = true; - /// - /// Gets or sets a value that determines if Kestrel should use the transport thread thread when executing user code. - /// - public bool UseTransportThread { get; set; } - /// /// Gets or sets a value that determines how Kestrel should schedule user callbacks. ///