Authlete
|
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... | |
Named URI.
Since version 1.4.0.
|
inline |
The default constructor. This is an alias of NamedUri(null, null)
.
Constructor with a pair of name and URI.
name | The name of the URI. |
uri | The URI. |
|
getset |
The name of the URI.
|
getset |
The URI.