Info
Version: | 1.0.0 |
Author(s): | Rolosoft |
Last Update: | Saturday, August 17, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/everify/library-msmq-wcfnamingmap |
NuGet Url: | https://www.nuget.org/packages/Rsft.Lib.Msmq.WcfNamingMap |
Install
Install-Package Rsft.Lib.Msmq.WcfNamingMap
dotnet add package Rsft.Lib.Msmq.WcfNamingMap
paket add Rsft.Lib.Msmq.WcfNamingMap
Rsft.Lib.Msmq.WcfNamingMap Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This library can perform mappings in both directions (i.e.
WCR -> URI or URI -> WCF).
Example usage:
string myUri = ".\private$\MyQueue";
string mappedToWcf = myUri.ToWcf();
Gives "net.msmq://localhost/private/MyQueue".