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