C# Class Encog.Bot.Browse.Address

A URL address. Holds both the URL object, as well as original text.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Address() public méthode

Construct the address from a URL.
public Address ( Uri u ) : System
u System.Uri The URL to use.
Résultat System

Address() public méthode

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.
Résultat System

ToString() public méthode

The object as a string.
public ToString ( ) : String
Résultat String