Class modeling universal resource identifier.
More...
|
|
| Uri (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
| Uri (string uri) |
| | Parses string and sets uri fields.
|
| |
|
| Uri (Uri other) |
| | Asssignment Operator and Copy Constructor.
|
| |
|
string | Scheme () |
| | Scheme or protocol e.g. http, https, ftp.
|
| |
|
string | Authority () |
| | Returns the authority part (userInfo, host and port) of the URI.
|
| |
|
string | Host () |
| | Returns the host part of the URI.
|
| |
|
ushort | Port () |
| | Returns the port number part of the URI.
|
| |
|
string | UserInfo () |
| | Returns the user-info part of the URI.
|
| |
|
string | Path () |
| | Returns the decoded path part of the URI.
|
| |
|
string | Query () |
| | Returns the decoded query part of the URI.
|
| |
|
string | PathAndQuery () |
| | Returns the encoded path and query parts of the URI.
|
| |
|
string | ToString () |
| | Returns a string representation of the URI.
|
| |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (Uri obj) |
| |
|
static global::System.Runtime.InteropServices.HandleRef | swigRelease (Uri obj) |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Class modeling universal resource identifier.
The documentation for this class was generated from the following file:
- Release/net/generated/Uri.cs