4 references to net_http_content_write_larger_than_content_length
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs (2)
28
throw new HttpRequestException(SR.
net_http_content_write_larger_than_content_length
);
42
return ValueTask.FromException(new HttpRequestException(SR.
net_http_content_write_larger_than_content_length
));
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1537
return ValueTask.FromException(new HttpRequestException(SR.
net_http_content_write_larger_than_content_length
));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
499
throw new HttpRequestException(SR.
net_http_content_write_larger_than_content_length
);