TUri Class

Represents type TUri.

Namespace: System.Net.HTTP.Client
TObject
  System.Net.HTTP.Client.TUri
type
 TUri = class(TObject)
 end;

The TUri type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TUri class.

Create(String)

Overloaded. Initializes a new instance of the TUri class.

Top
Show:
 NameDescription
Bookmark

Represents property Bookmark.

Document

Represents property Document.

Host

Represents property Host.

IPVersion

Represents property IPVersion.

Params

Represents property Params.

Password

Represents property Password.

Path

Represents property Path.

Port

Represents property Port.

Protocol

Represents property Protocol.

URI

Represents property URI.

Username

Represents property Username.

Top
Show:
 NameDescription
ExcludeTrailingDelimiter(String)

Represents method ExcludeTrailingDelimiter(String).

GetBookmark

Represents method GetBookmark.

GetDocument

Represents method GetDocument.

GetHost

Represents method GetHost.

GetIPVersion

Represents method GetIPVersion.

GetParams

Represents method GetParams.

GetPassword

Represents method GetPassword.

GetPath

Represents method GetPath.

GetPathAndParams

Represents method GetPathAndParams.

GetPort

Represents method GetPort.

GetProtocol

Represents method GetProtocol.

GetURI

Represents method GetURI.

GetUserName

Represents method GetUserName.

IncludeTrailingDelimiter(String)

Represents method IncludeTrailingDelimiter(String).

IPv6EncodeURL(String,Boolean)

Represents method IPv6EncodeURL(String,Boolean).

IsHostIPv6(String)

Represents method IsHostIPv6(String).

IsURLEncoded(String)

Represents method IsURLEncoded(String).

IsUrlIPv6(String)

Represents method IsUrlIPv6(String).

NormalizePath(String)

Represents method NormalizePath(String).

SetBookMark(String)

Represents method SetBookMark(String).

SetDocument(String)

Represents method SetDocument(String).

SetHost(String)

Represents method SetHost(String).

SetIPVersion(TIPVersion)

Represents method SetIPVersion(TIPVersion).

SetParams(String)

Represents method SetParams(String).

SetPassword(String)

Represents method SetPassword(String).

SetPath(String)

Represents method SetPath(String).

SetPort(String)

Represents method SetPort(String).

SetProtocol(String)

Represents method SetProtocol(String).

SetURI(String)

Represents method SetURI(String).

SetUserName(String)

Represents method SetUserName(String).

URLDecode(String)

Represents method URLDecode(String).

URLEncode(String,Boolean)

Represents method URLEncode(String,Boolean).

Top