Uri

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemUri class > Constructors >

Uri

Previous pageReturn to chapter overviewNext page

Initializes a new instance of the Uri class with the specified URI.This constructor allows you to specify if the URI string is a relative URI, absolute URI, or is indeterminate.

 

pUri - A string that identifies the resource to be represented by the Uri instance.

pUriKind - Specifies whether the URI string is a relative URI, absolute URI, or is indeterminate.

Uri                             PROCEDURE(STRING pUri, UriKindEnum pUriKind = UriKind::Absolute)