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