Implemented interface member:
property
ApplicationProtocol
Microsoft.AspNetCore.Server.Kestrel.Core.Features.ITlsApplicationProtocolFeature.ApplicationProtocol
1 reference to ApplicationProtocol
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
195
var applicationProtocol = feature == null ? string.Empty : Encoding.UTF8.GetString(feature.
ApplicationProtocol
.Span);