mscorlib(4.0.0.0) API with additions
LdapStyleUriParser.cs
1 namespace System
2 {
5  {
8  : base(UriParser.LdapUri.Flags)
9  {
10  }
11  }
12 }
Definition: __Canon.cs:3
LdapStyleUriParser()
Creates a customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.
A customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.
Parses a new URI scheme. This is an abstract class.
Definition: UriParser.cs:9