Home
last modified time | relevance | path

Searched refs:net_ftp_invalid_method_name (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs319 public const string net_ftp_invalid_method_name = "FTP Method names cannot be null or empty."; field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DFtpWebRequest.cs267 throw new ArgumentException(SR.net_ftp_invalid_method_name, nameof(value));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DFtpWebRequest.cs291 … throw new ArgumentException(SR.GetString(SR.net_ftp_invalid_method_name), "value");