C# Class URSA.Web.Http.FtpUrlParser

Provides an FTP/FTPS and SSH URL parsing facility.
Inheritance: IpUrlParser
Mostrar archivo Open project: alien-mcl/URSA

Protected Methods

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

Private Methods

Method Description
ParseParameters ( 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