3 writes to _httpProtocol
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
369
_httpProtocol
= null;
Internal\Http\HttpProtocol.FeatureCollection.cs (2)
24
get =>
_httpProtocol
??= HttpVersion;
25
set =>
_httpProtocol
= value;