C# 클래스 Encog.Bot.Browse.Address

A URL address. Holds both the URL object, as well as original text.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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