xtd 0.2.0
Loading...
Searching...
No Matches
uri_components.h File Reference
#include "enum.h"

Definition

Contains xtd::uri_components enum.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::uri_components {
  xtd::uri_components::none ,
  xtd::uri_components::scheme ,
  xtd::uri_components::user_info ,
  xtd::uri_components::host ,
  xtd::uri_components::port ,
  xtd::uri_components::path ,
  xtd::uri_components::query ,
  xtd::uri_components::fragment ,
  xtd::uri_components::strong_port ,
  xtd::uri_components::keep_delimiter ,
  xtd::uri_components::host_and_port ,
  xtd::uri_components::strong_authority ,
  xtd::uri_components::absolute_uri ,
  xtd::uri_components::path_and_query ,
  xtd::uri_components::http_request_url ,
  xtd::uri_components::scheme_and_server ,
  xtd::uri_components::serialization_info_string
}
 This enumeration has a Flags attribute that allows a bitwise combination of its member values. More...