cbaxter / InfinityMQ

A .NET Message Transport on Steroids
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Properly parse URI for Endpoint specification. #20

Open cbaxter opened 12 years ago

cbaxter commented 12 years ago

Currently using Uri class to specify endpoint; should validate that Uri is valid based on scheme.

NOTE: In case of TCP need to be able to handle DNS vs IP Address etc.