#nullable enable
~Microsoft.AspNetCore.Http.Features.FeatureReference<> (forwarded, contained in Microsoft.Extensions.Features)
~Microsoft.AspNetCore.Http.Features.FeatureReferences<> (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.CookieOptions
Microsoft.AspNetCore.Http.CookieOptions.CookieOptions() -> void
Microsoft.AspNetCore.Http.CookieOptions.Domain.get -> string?
Microsoft.AspNetCore.Http.CookieOptions.Domain.set -> void
Microsoft.AspNetCore.Http.CookieOptions.Expires.get -> System.DateTimeOffset?
Microsoft.AspNetCore.Http.CookieOptions.Expires.set -> void
Microsoft.AspNetCore.Http.CookieOptions.HttpOnly.get -> bool
Microsoft.AspNetCore.Http.CookieOptions.HttpOnly.set -> void
Microsoft.AspNetCore.Http.CookieOptions.IsEssential.get -> bool
Microsoft.AspNetCore.Http.CookieOptions.IsEssential.set -> void
Microsoft.AspNetCore.Http.CookieOptions.MaxAge.get -> System.TimeSpan?
Microsoft.AspNetCore.Http.CookieOptions.MaxAge.set -> void
Microsoft.AspNetCore.Http.CookieOptions.Path.get -> string?
Microsoft.AspNetCore.Http.CookieOptions.Path.set -> void
Microsoft.AspNetCore.Http.CookieOptions.SameSite.get -> Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.CookieOptions.SameSite.set -> void
Microsoft.AspNetCore.Http.CookieOptions.Secure.get -> bool
Microsoft.AspNetCore.Http.CookieOptions.Secure.set -> void
Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature
Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature.User.get -> System.Security.Claims.ClaimsPrincipal?
Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature.User.set -> void
Microsoft.AspNetCore.Http.Features.FeatureCollection (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.FeatureCollection() -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.FeatureCollection(int initialCapacity) -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.FeatureCollection(Microsoft.AspNetCore.Http.Features.IFeatureCollection! defaults) -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.Get<TFeature>() -> TFeature? (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.GetEnumerator() -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.Type!, object!>>! (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.IsReadOnly.get -> bool (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.Set<TFeature>(TFeature? instance) -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.this[System.Type! key].get -> object? (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.FeatureCollection.this[System.Type! key].set -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.HttpsCompressionMode
Microsoft.AspNetCore.Http.Features.HttpsCompressionMode.Compress = 2 -> Microsoft.AspNetCore.Http.Features.HttpsCompressionMode
Microsoft.AspNetCore.Http.Features.HttpsCompressionMode.Default = 0 -> Microsoft.AspNetCore.Http.Features.HttpsCompressionMode
Microsoft.AspNetCore.Http.Features.HttpsCompressionMode.DoNotCompress = 1 -> Microsoft.AspNetCore.Http.Features.HttpsCompressionMode
Microsoft.AspNetCore.Http.Features.IBadRequestExceptionFeature
Microsoft.AspNetCore.Http.Features.IBadRequestExceptionFeature.Error.get -> System.Exception?
Microsoft.AspNetCore.Http.Features.IFeatureCollection (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.Get<TFeature>() -> TFeature? (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.IsReadOnly.get -> bool (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.Revision.get -> int (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.Set<TFeature>(TFeature? instance) -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type! key].get -> object? (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type! key].set -> void (forwarded, contained in Microsoft.Extensions.Features)
Microsoft.AspNetCore.Http.Features.IFormFeature
Microsoft.AspNetCore.Http.Features.IFormFeature.Form.get -> Microsoft.AspNetCore.Http.IFormCollection?
Microsoft.AspNetCore.Http.Features.IFormFeature.Form.set -> void
Microsoft.AspNetCore.Http.Features.IFormFeature.HasFormContentType.get -> bool
Microsoft.AspNetCore.Http.Features.IFormFeature.ReadForm() -> Microsoft.AspNetCore.Http.IFormCollection!
Microsoft.AspNetCore.Http.Features.IFormFeature.ReadFormAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection!>!
Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature
Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature.AllowSynchronousIO.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature.AllowSynchronousIO.set -> void
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.ConnectionId.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.ConnectionId.set -> void
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.LocalIpAddress.get -> System.Net.IPAddress?
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.LocalIpAddress.set -> void
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.LocalPort.get -> int
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.LocalPort.set -> void
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemoteIpAddress.get -> System.Net.IPAddress?
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemoteIpAddress.set -> void
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemotePort.get -> int
Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemotePort.set -> void
Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature.IsReadOnly.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature.MaxRequestBodySize.get -> long?
Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature.MaxRequestBodySize.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestBodyDetectionFeature
Microsoft.AspNetCore.Http.Features.IHttpRequestBodyDetectionFeature.CanHaveBody.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Body.get -> System.IO.Stream!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Body.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Headers.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Method.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Method.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Path.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Path.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.PathBase.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.PathBase.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Protocol.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Protocol.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.QueryString.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.QueryString.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.RawTarget.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.RawTarget.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Scheme.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Scheme.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature
Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature.TraceIdentifier.get -> string!
Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature.TraceIdentifier.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature
Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature.Abort() -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature.RequestAborted.get -> System.Threading.CancellationToken
Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature.RequestAborted.set -> void
Microsoft.AspNetCore.Http.Features.IHttpRequestTrailersFeature
Microsoft.AspNetCore.Http.Features.IHttpRequestTrailersFeature.Available.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpRequestTrailersFeature.Trailers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary!
Microsoft.AspNetCore.Http.Features.IHttpResetFeature
Microsoft.AspNetCore.Http.Features.IHttpResetFeature.Reset(int errorCode) -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.CompleteAsync() -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.DisableBuffering() -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.SendFileAsync(string! path, long offset, long? count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.StartAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.Stream.get -> System.IO.Stream!
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.Writer.get -> System.IO.Pipelines.PipeWriter!
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Body.get -> System.IO.Stream!
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Body.set -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.HasStarted.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Headers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary!
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.Headers.set -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.OnCompleted(System.Func<object!, System.Threading.Tasks.Task!>! callback, object! state) -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.OnStarting(System.Func<object!, System.Threading.Tasks.Task!>! callback, object! state) -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.ReasonPhrase.get -> string?
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.ReasonPhrase.set -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.StatusCode.get -> int
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.StatusCode.set -> void
Microsoft.AspNetCore.Http.Features.IHttpResponseTrailersFeature
Microsoft.AspNetCore.Http.Features.IHttpResponseTrailersFeature.Trailers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary!
Microsoft.AspNetCore.Http.Features.IHttpResponseTrailersFeature.Trailers.set -> void
Microsoft.AspNetCore.Http.Features.IHttpsCompressionFeature
Microsoft.AspNetCore.Http.Features.IHttpsCompressionFeature.Mode.get -> Microsoft.AspNetCore.Http.Features.HttpsCompressionMode
Microsoft.AspNetCore.Http.Features.IHttpsCompressionFeature.Mode.set -> void
Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature
Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature.IsUpgradableRequest.get -> bool
Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature.UpgradeAsync() -> System.Threading.Tasks.Task<System.IO.Stream!>!
Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature
Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature.AcceptAsync(Microsoft.AspNetCore.Http.WebSocketAcceptContext! context) -> System.Threading.Tasks.Task<System.Net.WebSockets.WebSocket!>!
Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature.IsWebSocketRequest.get -> bool
Microsoft.AspNetCore.Http.Features.IItemsFeature
Microsoft.AspNetCore.Http.Features.IItemsFeature.Items.get -> System.Collections.Generic.IDictionary<object!, object?>!
Microsoft.AspNetCore.Http.Features.IItemsFeature.Items.set -> void
Microsoft.AspNetCore.Http.Features.IQueryFeature
Microsoft.AspNetCore.Http.Features.IQueryFeature.Query.get -> Microsoft.AspNetCore.Http.IQueryCollection!
Microsoft.AspNetCore.Http.Features.IQueryFeature.Query.set -> void
Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature
Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature.Reader.get -> System.IO.Pipelines.PipeReader!
Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature
Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature.Cookies.get -> Microsoft.AspNetCore.Http.IRequestCookieCollection!
Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature.Cookies.set -> void
Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature
Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature.Cookies.get -> Microsoft.AspNetCore.Http.IResponseCookies!
Microsoft.AspNetCore.Http.Features.IServerVariablesFeature
Microsoft.AspNetCore.Http.Features.IServerVariablesFeature.this[string! variableName].get -> string?
Microsoft.AspNetCore.Http.Features.IServerVariablesFeature.this[string! variableName].set -> void
Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature
Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature.RequestServices.get -> System.IServiceProvider!
Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature.RequestServices.set -> void
Microsoft.AspNetCore.Http.Features.ISessionFeature
Microsoft.AspNetCore.Http.Features.ISessionFeature.Session.get -> Microsoft.AspNetCore.Http.ISession!
Microsoft.AspNetCore.Http.Features.ISessionFeature.Session.set -> void
Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature
Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.ClientCertificate.get -> System.Security.Cryptography.X509Certificates.X509Certificate2?
Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.ClientCertificate.set -> void
Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.GetClientCertificateAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2?>!
Microsoft.AspNetCore.Http.Features.ITlsTokenBindingFeature
Microsoft.AspNetCore.Http.Features.ITlsTokenBindingFeature.GetProvidedTokenBindingId() -> byte[]!
Microsoft.AspNetCore.Http.Features.ITlsTokenBindingFeature.GetReferredTokenBindingId() -> byte[]!
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.CanTrack.get -> bool
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.CreateConsentCookie() -> string!
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.GrantConsent() -> void
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.HasConsent.get -> bool
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.IsConsentNeeded.get -> bool
Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature.WithdrawConsent() -> void
Microsoft.AspNetCore.Http.IFormCollection
Microsoft.AspNetCore.Http.IFormCollection.ContainsKey(string! key) -> bool
Microsoft.AspNetCore.Http.IFormCollection.Count.get -> int
Microsoft.AspNetCore.Http.IFormCollection.Files.get -> Microsoft.AspNetCore.Http.IFormFileCollection!
Microsoft.AspNetCore.Http.IFormCollection.Keys.get -> System.Collections.Generic.ICollection<string!>!
Microsoft.AspNetCore.Http.IFormCollection.this[string! key].get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IFormCollection.TryGetValue(string! key, out Microsoft.Extensions.Primitives.StringValues value) -> bool
Microsoft.AspNetCore.Http.IFormFile
Microsoft.AspNetCore.Http.IFormFile.ContentDisposition.get -> string!
Microsoft.AspNetCore.Http.IFormFile.ContentType.get -> string!
Microsoft.AspNetCore.Http.IFormFile.CopyTo(System.IO.Stream! target) -> void
Microsoft.AspNetCore.Http.IFormFile.CopyToAsync(System.IO.Stream! target, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.IFormFile.FileName.get -> string!
Microsoft.AspNetCore.Http.IFormFile.Headers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary!
Microsoft.AspNetCore.Http.IFormFile.Length.get -> long
Microsoft.AspNetCore.Http.IFormFile.Name.get -> string!
Microsoft.AspNetCore.Http.IFormFile.OpenReadStream() -> System.IO.Stream!
Microsoft.AspNetCore.Http.IFormFileCollection
Microsoft.AspNetCore.Http.IFormFileCollection.GetFile(string! name) -> Microsoft.AspNetCore.Http.IFormFile?
Microsoft.AspNetCore.Http.IFormFileCollection.GetFiles(string! name) -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile!>!
Microsoft.AspNetCore.Http.IFormFileCollection.this[string! name].get -> Microsoft.AspNetCore.Http.IFormFile?
Microsoft.AspNetCore.Http.IHeaderDictionary
Microsoft.AspNetCore.Http.IHeaderDictionary.Accept.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Accept.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptCharset.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptCharset.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptEncoding.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptEncoding.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptLanguage.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptLanguage.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptRanges.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AcceptRanges.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowCredentials.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowCredentials.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowHeaders.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowHeaders.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowMethods.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowMethods.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowOrigin.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlAllowOrigin.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlExposeHeaders.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlExposeHeaders.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlMaxAge.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlMaxAge.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlRequestHeaders.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlRequestHeaders.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlRequestMethod.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AccessControlRequestMethod.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Age.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Age.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Allow.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Allow.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.AltSvc.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.AltSvc.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Authorization.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Authorization.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Baggage.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Baggage.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.CacheControl.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.CacheControl.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Connection.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Connection.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentDisposition.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentDisposition.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentEncoding.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentEncoding.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLanguage.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLanguage.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLength.get -> long?
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLength.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLocation.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLocation.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentMD5.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentMD5.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentRange.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentRange.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentSecurityPolicy.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentSecurityPolicy.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentSecurityPolicyReportOnly.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentSecurityPolicyReportOnly.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentType.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentType.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Cookie.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Cookie.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.CorrelationContext.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.CorrelationContext.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Date.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Date.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ETag.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ETag.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Expect.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Expect.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Expires.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Expires.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.From.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.From.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcAcceptEncoding.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcAcceptEncoding.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcEncoding.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcEncoding.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcMessage.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcMessage.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcStatus.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcStatus.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcTimeout.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.GrpcTimeout.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Host.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Host.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.IfMatch.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.IfMatch.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.IfModifiedSince.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.IfModifiedSince.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.IfNoneMatch.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.IfNoneMatch.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.IfRange.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.IfRange.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.IfUnmodifiedSince.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.IfUnmodifiedSince.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.KeepAlive.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.KeepAlive.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.LastModified.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.LastModified.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Link.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Link.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Location.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Location.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.MaxForwards.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.MaxForwards.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Origin.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Origin.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Pragma.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Pragma.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyAuthenticate.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyAuthenticate.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyAuthorization.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyAuthorization.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyConnection.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyConnection.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Range.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Range.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Referer.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Referer.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.RequestId.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.RequestId.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.RetryAfter.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.RetryAfter.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketAccept.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketAccept.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketExtensions.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketExtensions.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketKey.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketKey.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketProtocol.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketProtocol.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketVersion.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SecWebSocketVersion.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Server.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Server.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.SetCookie.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.SetCookie.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.StrictTransportSecurity.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.StrictTransportSecurity.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.TE.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.TE.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.this[string! key].get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.this[string! key].set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.TraceParent.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.TraceParent.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.TraceState.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.TraceState.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Trailer.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Trailer.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.TransferEncoding.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.TransferEncoding.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Translate.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Translate.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Upgrade.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Upgrade.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.UpgradeInsecureRequests.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.UpgradeInsecureRequests.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.UserAgent.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.UserAgent.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Vary.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Vary.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Via.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Via.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.Warning.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.Warning.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.WebSocketSubProtocols.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.WebSocketSubProtocols.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.WWWAuthenticate.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.WWWAuthenticate.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XContentTypeOptions.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XContentTypeOptions.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XFrameOptions.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XFrameOptions.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XPoweredBy.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XPoweredBy.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XRequestedWith.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XRequestedWith.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XUACompatible.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XUACompatible.set -> void
Microsoft.AspNetCore.Http.IHeaderDictionary.XXSSProtection.get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IHeaderDictionary.XXSSProtection.set -> void
Microsoft.AspNetCore.Http.IQueryCollection
Microsoft.AspNetCore.Http.IQueryCollection.ContainsKey(string! key) -> bool
Microsoft.AspNetCore.Http.IQueryCollection.Count.get -> int
Microsoft.AspNetCore.Http.IQueryCollection.Keys.get -> System.Collections.Generic.ICollection<string!>!
Microsoft.AspNetCore.Http.IQueryCollection.this[string! key].get -> Microsoft.Extensions.Primitives.StringValues
Microsoft.AspNetCore.Http.IQueryCollection.TryGetValue(string! key, out Microsoft.Extensions.Primitives.StringValues value) -> bool
Microsoft.AspNetCore.Http.IRequestCookieCollection
Microsoft.AspNetCore.Http.IRequestCookieCollection.ContainsKey(string! key) -> bool
Microsoft.AspNetCore.Http.IRequestCookieCollection.Count.get -> int
Microsoft.AspNetCore.Http.IRequestCookieCollection.Keys.get -> System.Collections.Generic.ICollection<string!>!
Microsoft.AspNetCore.Http.IRequestCookieCollection.this[string! key].get -> string?
Microsoft.AspNetCore.Http.IRequestCookieCollection.TryGetValue(string! key, out string? value) -> bool
Microsoft.AspNetCore.Http.IResponseCookies
Microsoft.AspNetCore.Http.IResponseCookies.Append(string! key, string! value) -> void
Microsoft.AspNetCore.Http.IResponseCookies.Append(string! key, string! value, Microsoft.AspNetCore.Http.CookieOptions! options) -> void
Microsoft.AspNetCore.Http.IResponseCookies.Append(System.ReadOnlySpan<System.Collections.Generic.KeyValuePair<string!, string!>> keyValuePairs, Microsoft.AspNetCore.Http.CookieOptions! options) -> void
Microsoft.AspNetCore.Http.IResponseCookies.Delete(string! key) -> void
Microsoft.AspNetCore.Http.IResponseCookies.Delete(string! key, Microsoft.AspNetCore.Http.CookieOptions! options) -> void
Microsoft.AspNetCore.Http.ISession
Microsoft.AspNetCore.Http.ISession.Clear() -> void
Microsoft.AspNetCore.Http.ISession.CommitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.ISession.Id.get -> string!
Microsoft.AspNetCore.Http.ISession.IsAvailable.get -> bool
Microsoft.AspNetCore.Http.ISession.Keys.get -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.AspNetCore.Http.ISession.LoadAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Http.ISession.Remove(string! key) -> void
Microsoft.AspNetCore.Http.ISession.Set(string! key, byte[]! value) -> void
Microsoft.AspNetCore.Http.ISession.TryGetValue(string! key, out byte[]? value) -> bool
Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.SameSiteMode.Lax = 1 -> Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.SameSiteMode.None = 0 -> Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.SameSiteMode.Strict = 2 -> Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.SameSiteMode.Unspecified = -1 -> Microsoft.AspNetCore.Http.SameSiteMode
Microsoft.AspNetCore.Http.WebSocketAcceptContext
Microsoft.AspNetCore.Http.WebSocketAcceptContext.DangerousEnableCompression.get -> bool
Microsoft.AspNetCore.Http.WebSocketAcceptContext.DangerousEnableCompression.set -> void
Microsoft.AspNetCore.Http.WebSocketAcceptContext.DisableServerContextTakeover.get -> bool
Microsoft.AspNetCore.Http.WebSocketAcceptContext.DisableServerContextTakeover.set -> void
Microsoft.AspNetCore.Http.WebSocketAcceptContext.ServerMaxWindowBits.get -> int
Microsoft.AspNetCore.Http.WebSocketAcceptContext.ServerMaxWindowBits.set -> void
Microsoft.AspNetCore.Http.WebSocketAcceptContext.WebSocketAcceptContext() -> void
virtual Microsoft.AspNetCore.Http.Features.FeatureCollection.Revision.get -> int (forwarded, contained in Microsoft.Extensions.Features)
virtual Microsoft.AspNetCore.Http.WebSocketAcceptContext.KeepAliveInterval.get -> System.TimeSpan?
virtual Microsoft.AspNetCore.Http.WebSocketAcceptContext.KeepAliveInterval.set -> void
virtual Microsoft.AspNetCore.Http.WebSocketAcceptContext.SubProtocol.get -> string?
virtual Microsoft.AspNetCore.Http.WebSocketAcceptContext.SubProtocol.set -> void
