Home
last modified time | relevance | path

Searched refs:net_ftp_response_invalid_format (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFtpControlStream.cs886 … throw new FormatException(SR.Format(SR.net_ftp_response_invalid_format, responseString)); in GetContentLengthFrom213Response()
1038 … throw new FormatException(SR.Format(SR.net_ftp_response_invalid_format, responseString)); in GetPortV4()
1061 … throw new FormatException(SR.Format(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
1068 … throw new FormatException(SR.Format(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_FtpControlStream.cs876 … throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetContentLengthFrom213Response()
1034 … throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV4()
1058 … throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
1069 … throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DFtpWebRequest.cs880 throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV4()
908 throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
919 throw new FormatException(SR.GetString(SR.net_ftp_response_invalid_format, responseString)); in GetPortV6()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs323 …public const string net_ftp_response_invalid_format = "The response string '{0}' has invalid forma… field in SR