1 instantiation of TlsConnectionFeature
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
15
private static readonly Func<IFeatureCollection, ITlsConnectionFeature> _newTlsConnectionFeature = f => new
TlsConnectionFeature
();
1 reference to TlsConnectionFeature
Microsoft.AspNetCore.Http (1)
Features\TlsConnectionFeature.cs (1)
9
/// Default implementation for <see cref="
TlsConnectionFeature
"/>.