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