mscorlib(4.0.0.0) API with additions
FtpStyleUriParser.cs
1 namespace System
2 {
4  public class FtpStyleUriParser : UriParser
5  {
8  : base(UriParser.FtpUri.Flags)
9  {
10  }
11  }
12 }
A customizable parser based on the File Transfer Protocol (FTP) scheme.
Definition: __Canon.cs:3
FtpStyleUriParser()
Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.
Parses a new URI scheme. This is an abstract class.
Definition: UriParser.cs:9