News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 

Url

When I was writing a test application for our SecureSocket library, I needed to parse a URL into its components. I quickly wrote a small class to handle this and decided to put it online so other people that need to parse URLs too don't need to reinvent the wheel.

The Url class constructor takes a string URL and parses it into its different components, which can then be accessed trough several properties of the generated Url object.

This class is available for C# and VB.NET; it can be compiled to a .NET module or library to be used in other .NET languages. It should compile and work perfectly on Linux and FreeBSD.

Download (21.7 Kb)
  Mentalis.org (Nuremberg, Germany)

 

  Version History

v1.0 Initial release.2002/10/28
v1.1 Small bug fix and added default port numbers for well known protocols.2003/02/19

 

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.