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