Authlete
NamedUri Class Reference

Named URI. More...

Public Member Functions

 NamedUri ()
 The default constructor. This is an alias of NamedUri(null, null). More...
 
 NamedUri (string name, Uri uri)
 Constructor with a pair of name and URI. More...
 

Properties

string Name [get, set]
 The name of the URI. More...
 
Uri Uri [get, set]
 The URI. More...
 

Detailed Description

Named URI.

Since version 1.4.0.

Constructor & Destructor Documentation

◆ NamedUri() [1/2]

NamedUri ( )
inline

The default constructor. This is an alias of NamedUri(null, null).

◆ NamedUri() [2/2]

NamedUri ( string  name,
Uri  uri 
)
inline

Constructor with a pair of name and URI.

Parameters
nameThe name of the URI.
Parameters
uriThe URI.

Property Documentation

◆ Name

string Name
getset

The name of the URI.

◆ Uri

Uri Uri
getset

The URI.


The documentation for this class was generated from the following file: