2 references to MaxResponseLength
System.Net.Requests (2)
System\Net\CommandStream.cs (2)
604
if ((szResponse.Length + state.Resp.StatusBuffer.Length) >
MaxResponseLength
)
606
throw GenerateException(SR.Format(SR.net_ftp_response_too_large,
MaxResponseLength
), WebExceptionStatus.ServerProtocolViolation, null);