Click here to Skip to main content
15,884,709 members
Articles / Desktop Programming / Win32

Routing Manager for WCF4

Rate me:
Please Sign up or sign in to vote.
5.00/5 (38 votes)
29 Apr 2010CPOL18 min read 107.9K   2.5K   92  
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoutingManager", "RoutingManager\RoutingManager.csproj", "{9E258197-17BC-4A67-B450-14E748CEDFD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service2", "Test\Service2\Service2.csproj", "{56AE6D56-8622-47E5-9565-191B1557295A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service1", "Test\Service1\Service1.csproj", "{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalRepository", "Test\LocalRepository\LocalRepository.csproj", "{ACEE944D-DE51-4986-BF74-0952DE0FBC96}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Router", "http://localhost/Router", "{CE324238-7996-4808-8316-7861A67EE408}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
		ProjectReferences = "{9E258197-17BC-4A67-B450-14E748CEDFD5}|RKiss.RoutingManager.dll;"
		Debug.AspNetCompiler.VirtualPath = "/Router"
		Debug.AspNetCompiler.PhysicalPath = "Test\Router\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Router\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/Router"
		Release.AspNetCompiler.PhysicalPath = "Test\Router\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Router\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "..\..\..\..\inetpub\wwwroot\Router\"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Test\Client\Client.csproj", "{58EB61B7-E212-443B-8918-00BF4476657C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Debug|x86.ActiveCfg = Debug|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Release|Any CPU.Build.0 = Release|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{9E258197-17BC-4A67-B450-14E748CEDFD5}.Release|x86.ActiveCfg = Release|Any CPU
		{56AE6D56-8622-47E5-9565-191B1557295A}.Debug|Any CPU.ActiveCfg = Debug|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Debug|x86.ActiveCfg = Debug|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Debug|x86.Build.0 = Debug|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Release|Any CPU.ActiveCfg = Release|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Release|Mixed Platforms.Build.0 = Release|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Release|x86.ActiveCfg = Release|x86
		{56AE6D56-8622-47E5-9565-191B1557295A}.Release|x86.Build.0 = Release|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Debug|Any CPU.ActiveCfg = Debug|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Debug|x86.ActiveCfg = Debug|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Debug|x86.Build.0 = Debug|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Release|Any CPU.ActiveCfg = Release|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Release|Mixed Platforms.Build.0 = Release|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Release|x86.ActiveCfg = Release|x86
		{8F38B1B5-6B2F-4C2B-874A-887EA79C2CDC}.Release|x86.Build.0 = Release|x86
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Debug|x86.ActiveCfg = Debug|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Release|Any CPU.Build.0 = Release|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{ACEE944D-DE51-4986-BF74-0952DE0FBC96}.Release|x86.ActiveCfg = Release|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Debug|x86.ActiveCfg = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Release|Any CPU.Build.0 = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
		{CE324238-7996-4808-8316-7861A67EE408}.Release|x86.ActiveCfg = Debug|Any CPU
		{58EB61B7-E212-443B-8918-00BF4476657C}.Debug|Any CPU.ActiveCfg = Debug|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Debug|x86.ActiveCfg = Debug|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Debug|x86.Build.0 = Debug|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Release|Any CPU.ActiveCfg = Release|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Release|Mixed Platforms.Build.0 = Release|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Release|x86.ActiveCfg = Release|x86
		{58EB61B7-E212-443B-8918-00BF4476657C}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions