Click here to Skip to main content
15,895,256 members
Articles / Programming Languages / C#

Dynamic insertion of a client channel sink provider

Rate me:
Please Sign up or sign in to vote.
4.42/5 (9 votes)
10 Apr 2003CPOL2 min read 56.1K   592   26  
Workaround to specify a desired channel for connecting to a remote object
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingHelper", "RemotingHelper\RemotingHelper.csproj", "{0CF0BDA3-B84B-4818-8F65-8D66AE88DBD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingClient", "RemotingClient\RemotingClient.csproj", "{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingServer", "RemotingServer\RemotingServer.csproj", "{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterfaceLibrary", "InterfaceLibrary\InterfaceLibrary.csproj", "{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLibrary", "TestLibrary\TestLibrary.csproj", "{D70D3EA9-AC0B-492F-882A-9A7902CE0727}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 6
		SccProjectUniqueName0 = RemotingHelper\\RemotingHelper.csproj
		SccProjectName0 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/RemotingHelper\u0022,\u0020BLHAAAAA
		SccLocalPath0 = RemotingHelper
		CanCheckoutShared = true
		SccProjectUniqueName1 = RemotingClient\\RemotingClient.csproj
		SccProjectName1 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/RemotingClient\u0022,\u0020DLHAAAAA
		SccLocalPath1 = RemotingClient
		CanCheckoutShared = true
		SccProjectUniqueName2 = RemotingServer\\RemotingServer.csproj
		SccProjectName2 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/RemotingServer\u0022,\u0020FLHAAAAA
		SccLocalPath2 = RemotingServer
		CanCheckoutShared = true
		SccProjectUniqueName3 = InterfaceLibrary\\InterfaceLibrary.csproj
		SccProjectName3 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Named\u0020Pipe\u0020Remoting/InterfaceLibrary\u0022,\u0020KREAAAAA
		SccLocalPath3 = InterfaceLibrary
		CanCheckoutShared = true
		SccProjectUniqueName4 = TestLibrary\\TestLibrary.csproj
		SccProjectName4 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Named\u0020Pipe\u0020Remoting/TestLibrary\u0022,\u0020MREAAAAA
		SccLocalPath4 = TestLibrary
		CanCheckoutShared = true
		SccLocalPath5 = .
		CanCheckoutShared = true
		SolutionUniqueID = {15EE58C4-152A-4954-A849-08253C7562AC}
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0CF0BDA3-B84B-4818-8F65-8D66AE88DBD3}.Debug.ActiveCfg = Debug|.NET
		{0CF0BDA3-B84B-4818-8F65-8D66AE88DBD3}.Debug.Build.0 = Debug|.NET
		{0CF0BDA3-B84B-4818-8F65-8D66AE88DBD3}.Release.ActiveCfg = Release|.NET
		{0CF0BDA3-B84B-4818-8F65-8D66AE88DBD3}.Release.Build.0 = Release|.NET
		{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}.Debug.ActiveCfg = Debug|.NET
		{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}.Debug.Build.0 = Debug|.NET
		{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}.Release.ActiveCfg = Release|.NET
		{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}.Release.Build.0 = Release|.NET
		{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}.Debug.ActiveCfg = Debug|.NET
		{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}.Debug.Build.0 = Debug|.NET
		{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}.Release.ActiveCfg = Release|.NET
		{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}.Release.Build.0 = Release|.NET
		{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}.Debug.ActiveCfg = Debug|.NET
		{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}.Debug.Build.0 = Debug|.NET
		{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}.Release.ActiveCfg = Release|.NET
		{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}.Release.Build.0 = Release|.NET
		{D70D3EA9-AC0B-492F-882A-9A7902CE0727}.Debug.ActiveCfg = Debug|.NET
		{D70D3EA9-AC0B-492F-882A-9A7902CE0727}.Debug.Build.0 = Debug|.NET
		{D70D3EA9-AC0B-492F-882A-9A7902CE0727}.Release.ActiveCfg = Release|.NET
		{D70D3EA9-AC0B-492F-882A-9A7902CE0727}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		Item:1 = ReadMe.txt
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I am a consultant, trainer, software archtect/engineer, since the early 1980s, working in the greater area of Boston, MA, USA.

My work comprises the entire spectrum of software, shrink-wrapped applications, IT client-server, systems and protocol related work, compilers and operating systems, and more ....

I am currently focused on platform development for distributed computing in service oriented data centers.

Comments and Discussions