5 overrides of Headers
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
184public override WebHeaderCollection Headers
System\IO\Packaging\PackWebRequest.cs (1)
303public override WebHeaderCollection Headers
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
42public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 132public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 205public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
2 writes to Headers
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
311GetRequest().Headers = value;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
740request.Headers = _headers;
1 reference to Headers
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
307return GetRequest().Headers;