4 references to net_http_content_write_larger_than_content_length
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs (2)
29throw new HttpRequestException(SR.net_http_content_write_larger_than_content_length); 43return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new HttpRequestException(SR.net_http_content_write_larger_than_content_length)));
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1537return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new HttpRequestException(SR.net_http_content_write_larger_than_content_length)));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
547throw new HttpRequestException(SR.net_http_content_write_larger_than_content_length);