HttpRequestHeaderCollection
HttpRequestHeaderCollection()
Accept
AcceptEncoding
AcceptLanguage
Authorization
CacheControl
Connection
Cookie
Count
Date
Expect
From
HasUnwrappableNativeObjectReference
Host
IfModifiedSince
IfUnmodifiedSince
IsReadOnly
Keys
MaxForwards
ProxyAuthorization
Referer
this[String]
TransferEncoding
UserAgent
Values
Add(String, String)
Add(KeyValuePair<String, String>)
Append(String, String)
Clear()
Contains(KeyValuePair<String, String>)
ContainsKey(String)
CopyTo(KeyValuePair<String, String>[], Int32)
Equals(HttpRequestHeaderCollection)
Equals(Object)
FromAbi(nint)
GetEnumerator()
GetHashCode()
IsOverridableInterface(Guid)
Remove(String)
ToString()
TryAppendWithoutValidation(String, String)
TryGetValue(String, String)
operator !=(HttpRequestHeaderCollection, HttpRequestHeaderCollection)
operator ==(HttpRequestHeaderCollection, HttpRequestHeaderCollection)
net11.0-windows10.0.22621
namespace Windows.Web.Http.Headers
{
[DefaultMember("Item")]
[SupportedOSPlatform("Windows10.0.10240.0")]
public sealed class HttpRequestHeaderCollection : ?, ICollection<KeyValuePair<string, string>>, IDictionary<string, string>, IEnumerable, IEnumerable<KeyValuePair<string, string>>
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This type or method is a private implementation detail, and it's only meant to be consumed by generated projections (produced by 'cswinrt.exe') and by generated interop code (produced by 'cswinrtinteropgen.exe'). Private implementation detail types are not considered part of the versioned API surface, and they are ignored when determining the assembly version following semantic versioning. Types might be modified or removed across any version change for 'WinRT.Runtime.dll', and using them in user code is undefined behavior and not supported.", DiagnosticId = "CSWINRT3001", UrlFormat = "https://aka.ms/cswinrt/errors/{0}")]
protected override bool HasUnwrappableNativeObjectReference { get; }
}
}
- Built-in API
- Package-provided API