1 write to _contentLength
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs (1)
20
_contentLength
= contentLength;
4 references to _contentLength
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs (4)
27
if (BytesWritten >
_contentLength
)
41
if (BytesWritten >
_contentLength
)
53
if (BytesWritten !=
_contentLength
)
55
return Task.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new HttpRequestException(SR.Format(SR.net_http_request_content_length_mismatch, BytesWritten,
_contentLength
))));