Uses of Class
system.GenericUriParserOptions
-
Packages that use GenericUriParserOptions Package Description system system.configuration -
-
Uses of GenericUriParserOptions in system
Fields in system declared as GenericUriParserOptions Modifier and Type Field Description static GenericUriParserOptions
GenericUriParserOptions. AllowEmptyAuthority
static GenericUriParserOptions
GenericUriParserOptions. Default
static GenericUriParserOptions
GenericUriParserOptions. DontCompressPath
static GenericUriParserOptions
GenericUriParserOptions. DontConvertPathBackslashes
static GenericUriParserOptions
GenericUriParserOptions. DontUnescapePathDotsAndSlashes
static GenericUriParserOptions
GenericUriParserOptions. GenericAuthority
static GenericUriParserOptions
GenericUriParserOptions. Idn
static GenericUriParserOptions
GenericUriParserOptions. IriParsing
static GenericUriParserOptions
GenericUriParserOptions. NoFragment
static GenericUriParserOptions
GenericUriParserOptions. NoPort
static GenericUriParserOptions
GenericUriParserOptions. NoQuery
static GenericUriParserOptions
GenericUriParserOptions. NoUserInfo
Methods in system that return GenericUriParserOptions Modifier and Type Method Description GenericUriParserOptions
GenericUriParserOptions. add(GenericUriParserOptions val)
GenericUriParserOptions
GenericUriParserOptions. remove(GenericUriParserOptions val)
Methods in system with parameters of type GenericUriParserOptions Modifier and Type Method Description GenericUriParserOptions
GenericUriParserOptions. add(GenericUriParserOptions val)
boolean
GenericUriParserOptions. has(GenericUriParserOptions val)
boolean
GenericUriParserOptions. is(GenericUriParserOptions val)
GenericUriParserOptions
GenericUriParserOptions. remove(GenericUriParserOptions val)
Constructors in system with parameters of type GenericUriParserOptions Constructor Description GenericUriParser(GenericUriParserOptions options)
-
Uses of GenericUriParserOptions in system.configuration
Methods in system.configuration that return GenericUriParserOptions Modifier and Type Method Description GenericUriParserOptions
SchemeSettingElement. getGenericUriParserOptions()
-