5 references to UriSchemeFtp
PresentationCore (3)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (3)
292
if (IsScheme(Uri.
UriSchemeFtp
))
300
if (IsScheme(Uri.
UriSchemeFtp
))
350
if (IsScheme(Uri.
UriSchemeFtp
))
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UrlAttribute.cs (1)
26
|| valueAsUri.Scheme == Uri.
UriSchemeFtp
;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1171
return string.Equals(uri.Scheme, Uri.
UriSchemeFtp
, StringComparison.Ordinal) ?