Home
last modified time | relevance | path

Searched refs:net_ftp_proxy_does_not_support_ssl (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs329 …public const string net_ftp_proxy_does_not_support_ssl = "SSL cannot be enabled when using a proxy… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DFtpWebRequest.cs599 throw new WebException(SR.GetString(SR.net_ftp_proxy_does_not_support_ssl)); in GetResponse()