5 overrides of ContentType
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
147
public override string
ContentType
System\IO\Packaging\PackWebRequest.cs (1)
260
public override string
ContentType
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
40
public override string?
ContentType
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
127
public override string?
ContentType
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
194
public override string?
ContentType
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
1 write to ContentType
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
275
GetRequest().
ContentType
= value;
2 references to ContentType
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
264
string contentType = GetRequest().
ContentType
;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1098
contentType = request.
ContentType
;