Implemented interface member:
property
Scheme
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Scheme
2 writes to Scheme
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
19Scheme = string.Empty;
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
720Scheme = existingRequestFeature.Scheme,