5 overrides of ContentLength
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
132
public override long
ContentLength
System\IO\Packaging\PackWebRequest.cs (1)
241
public override long
ContentLength
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
39
public override long
ContentLength
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
125
public override long
ContentLength
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
193
public override long
ContentLength
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
1 write to ContentLength
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
238
request.
ContentLength
= _contentLength;
1 reference to ContentLength
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
245
return GetRequest().
ContentLength
;