Class URL
- Namespace
- Amazon.Runtime.Internal.Endpoints.StandardLibrary
- Assembly
- AWSSDK.Core.dll
Internal implementation of URL. Used by standard library functions to parse and validate URLs.
public class URL : PropertyBag, IPropertyBag
- Inheritance
-
URL
- Implements
- Inherited Members
Constructors
URL()
public URL()
Properties
authority
URL authority
public string authority { get; set; }
Property Value
isIp
URL is IP address
public bool isIp { get; set; }
Property Value
normalizedPath
URL normalized path
public string normalizedPath { get; set; }
Property Value
path
URL path
public string path { get; set; }
Property Value
scheme
URL scheme
public string scheme { get; set; }