Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C#

.NET Remoting Message Redirection Channel Sinks

Rate me:
Please Sign up or sign in to vote.
3.38/5 (20 votes)
20 Jun 20033 min read 112.2K   1.7K   27  
An upper logic layer transparent way to redirect .NET remoting calls, enabling exposure of .NET remoting services behind firewall/NAT, to anywhere.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client.csproj", "{AB36B7CF-B4A6-47B6-8B4A-8D5FD484A548}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KnownObjects", "..\KnownObjects\KnownObjects.csproj", "{22EF26CA-8723-4BF3-AF07-AAACB6E4D629}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reachability", "..\..\Reachability.csproj", "{6D759160-FB3E-44F1-9971-1EED3D7AB18F}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{AB36B7CF-B4A6-47B6-8B4A-8D5FD484A548}.Debug.ActiveCfg = Debug|.NET
		{AB36B7CF-B4A6-47B6-8B4A-8D5FD484A548}.Debug.Build.0 = Debug|.NET
		{AB36B7CF-B4A6-47B6-8B4A-8D5FD484A548}.Release.ActiveCfg = Release|.NET
		{AB36B7CF-B4A6-47B6-8B4A-8D5FD484A548}.Release.Build.0 = Release|.NET
		{22EF26CA-8723-4BF3-AF07-AAACB6E4D629}.Debug.ActiveCfg = Debug|.NET
		{22EF26CA-8723-4BF3-AF07-AAACB6E4D629}.Debug.Build.0 = Debug|.NET
		{22EF26CA-8723-4BF3-AF07-AAACB6E4D629}.Release.ActiveCfg = Release|.NET
		{22EF26CA-8723-4BF3-AF07-AAACB6E4D629}.Release.Build.0 = Release|.NET
		{6D759160-FB3E-44F1-9971-1EED3D7AB18F}.Debug.ActiveCfg = Debug|.NET
		{6D759160-FB3E-44F1-9971-1EED3D7AB18F}.Debug.Build.0 = Debug|.NET
		{6D759160-FB3E-44F1-9971-1EED3D7AB18F}.Release.ActiveCfg = Release|.NET
		{6D759160-FB3E-44F1-9971-1EED3D7AB18F}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
zhi
Researcher
United States United States
My name is Zhiheng Cao. I major in Eletronics Engineering, in University of Tokyo. I do part time jobs of computer programming and teaching high school students English and Mathematics.

CodeProject provided me with valuable information for my programming job many times in the past. I hope I can do my part by providing goodies I have.


Comments and Discussions