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