.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http
  3. FrameHeaders
  4. Unknown
  • FrameHeaders
    • _contentLength
    • _isReadOnly
    • MaybeUnknown
    • FrameHeaders()
    • ContentLength
    • Unknown
    • AddValueFast(String, StringValues)
    • AppendValue(StringValues, String)
    • BitCount(Int64)
    • ClearFast()
    • CopyToFast(KeyValuePair<String, StringValues>[], Int32)
    • GetCountFast()
    • GetEnumeratorFast()
    • GetFinalTransferCoding(StringValues)
    • ParseConnection(StringValues)
    • RemoveFast(String)
    • Reset()
    • SetReadOnly()
    • SetValueFast(String, StringValues)
    • ThrowArgumentException()
    • ThrowDuplicateKeyException()
    • ThrowHeadersReadOnlyException()
    • ThrowKeyNotFoundException()
    • TryGetValueFast(String, StringValues)
    • ValidateHeaderCharacters(String)
    • ValidateHeaderCharacters(StringValues)
netcoreapp2.0
namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http
{
    public abstract class FrameHeaders : IHeaderDictionary, ICollection<KeyValuePair<string, StringValues>>, IDictionary<string, StringValues>, IEnumerable, IEnumerable<KeyValuePair<string, StringValues>>
    {
        protected Dictionary<string, StringValues> Unknown { get; }
    }
}
.NET Core 2.0
Information specific to netcoreapp2.0
Assembly

Microsoft.AspNetCore.Server.Kestrel.Core , Version=2.0.4.0, PublicKeyToken=adb9793829ddae60

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙