IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.Uri Class Reference

Class modeling universal resource identifier. More...

Inheritance diagram for IOLink.Uri:

Public Member Functions

 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 Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (Uri obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (Uri obj)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Class modeling universal resource identifier.


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