C# Class URSA.Web.Http.HttpUrlParser

Provides an HTTP and HTTPS URL parsing facility.
Inheritance: IpUrlParser
显示文件 Open project: alien-mcl/URSA

Protected Methods

Method Description
CreateInstance ( string url ) : IpUrl
ParsePath ( StringBuilder actualUrl, int index ) : void

Private Methods

Method Description
ParseFragment ( StringBuilder actualUrl, int index ) : void
ParseQuery ( StringBuilder actualUrl, int index ) : void

Method Details

CreateInstance() protected method

protected CreateInstance ( string url ) : IpUrl
url string
return IpUrl

ParsePath() protected method

protected ParsePath ( StringBuilder actualUrl, int index ) : void
actualUrl StringBuilder
index int
return void