DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
UriEnums.h File Reference

Defines enumerations specifying components and formatting for Uniform Resource Identifiers (URIs). More...

Go to the source code of this file.

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System

Enumerations

enum class  DotNetDupe::System::UriComponents {
  DotNetDupe::System::Scheme = 1 , DotNetDupe::System::UserInfo = 2 , DotNetDupe::System::Host = 4 , DotNetDupe::System::Port = 8 ,
  DotNetDupe::System::Path = 16 , DotNetDupe::System::Query = 32 , DotNetDupe::System::Fragment = 64 , DotNetDupe::System::StrongPort = 128 ,
  DotNetDupe::System::NormalizedHost = 256 , DotNetDupe::System::KeepDelimiter = 1073741824 , DotNetDupe::System::AbsoluteUri = 32767 , DotNetDupe::System::PathAndQuery = 48 ,
  DotNetDupe::System::SchemeAndServer = 13 , DotNetDupe::System::HttpRequestUrl = 61 , DotNetDupe::System::UriPath = 50 , DotNetDupe::System::HostAndPort = 12 ,
  DotNetDupe::System::UserInfoAndHostAndPort = 15 , DotNetDupe::System::SafeUnescaped = 8191
}
 Specifies the parts of a Uniform Resource Identifier (URI) to return. More...
enum class  DotNetDupe::System::UriFormat { DotNetDupe::System::UriEscaped = 1 , DotNetDupe::System::Unescaped = 2 , DotNetDupe::System::SafeUnescaped = 3 }
 Controls character escaping and normalization during URI component extraction. More...

Detailed Description

Defines enumerations specifying components and formatting for Uniform Resource Identifiers (URIs).

Standard Citation: RFC 3986 Uniform Resource Identifier (URI): Generic Syntax.

Definition in file UriEnums.h.