C# Class Encog.Bot.Browse.Address

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

Public Methods

Method 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 method

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

Address() public method

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.
return System

ToString() public method

The object as a string.
public ToString ( ) : String
return String