C# Класс Encog.Bot.Browse.Address

A URL address. Holds both the URL object, as well as original text.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Address ( Uri u ) : System

Construct the address from a URL.

Address ( Uri b, String original ) : System

Construct a URL using a perhaps relative URL and a base URL.

ToString ( ) : String

The object as a string.

Описание методов

Address() публичный Метод

Construct the address from a URL.
public Address ( Uri u ) : System
u System.Uri The URL to use.
Результат System

Address() публичный Метод

Construct a URL using a perhaps relative URL and a base URL.
public Address ( Uri b, String original ) : System
b System.Uri The base URL.
original String A full URL or a URL relative to the base.
Результат System

ToString() публичный Метод

The object as a string.
public ToString ( ) : String
Результат String