1 implementation of IHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.Generated.cs (1)
37
IHttpWebTransportFeature
,
9 references to IHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.Generated.cs (9)
56
internal protected
IHttpWebTransportFeature
? _currentIHttpWebTransportFeature;
284
else if (key == typeof(
IHttpWebTransportFeature
))
436
else if (key == typeof(
IHttpWebTransportFeature
))
438
_currentIHttpWebTransportFeature = (
IHttpWebTransportFeature
?)value;
590
else if (typeof(TFeature) == typeof(
IHttpWebTransportFeature
))
592
feature = Unsafe.As<
IHttpWebTransportFeature
?, TFeature?>(ref _currentIHttpWebTransportFeature);
750
else if (typeof(TFeature) == typeof(
IHttpWebTransportFeature
))
752
_currentIHttpWebTransportFeature = Unsafe.As<TFeature?,
IHttpWebTransportFeature
?>(ref feature);
900
yield return new KeyValuePair<Type, object>(typeof(
IHttpWebTransportFeature
), _currentIHttpWebTransportFeature);