Click here to Skip to main content
15,893,594 members
Articles / Programming Languages / C#

The case for a channel-schema concept

Rate me:
Please Sign up or sign in to vote.
4.64/5 (10 votes)
17 May 2003CPOL9 min read 59.7K   623   24  
An article about .NET remoting channel schemas
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoWayChannel", "TwoWayChannel\TwoWayChannel.csproj", "{2F3270E7-3E50-4EFB-BC5A-7764140E6E62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLibrary", "TestLibrary\TestLibrary.csproj", "{D70D3EA9-AC0B-492F-882A-9A7902CE0727}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureChannel", "SecureChannel\SecureChannel.csproj", "{602F813A-2157-4050-8ADA-10217636F33E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingServer", "RemotingServer\RemotingServer.csproj", "{C4B498C6-4892-48CD-B0AA-3B5A6E5B8373}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingClient", "RemotingClient\RemotingClient.csproj", "{FAA367B3-E65E-4265-8F57-F4B9BF4F02D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterfaceLibrary", "InterfaceLibrary\InterfaceLibrary.csproj", "{28B145DE-1F5C-4444-B9DA-9C2E5051DE34}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 5
		SccProjectUniqueName0 = TwoWayChannel\\TwoWayChannel.csproj
		SccProjectName0 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/TwoWayChannel\u0022,\u0020AOHAAAAA
		SccLocalPath0 = TwoWayChannel
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = true
		SccProjectUniqueName1 = TestLibrary\\TestLibrary.csproj
		SccProjectName1 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Named\u0020Pipe\u0020Remoting/TestLibrary\u0022,\u0020MREAAAAA
		SccLocalPath1 = TestLibrary
		SccProvider1 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = true
		SccProjectUniqueName2 = RemotingServer\\RemotingServer.csproj
		SccProjectName2 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/RemotingServer\u0022,\u0020FLHAAAAA
		SccLocalPath2 = RemotingServer
		SccProvider2 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = true
		SccProjectUniqueName3 = RemotingClient\\RemotingClient.csproj
		SccProjectName3 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Generic\u0020Channels\u0020Solution/RemotingClient\u0022,\u0020DLHAAAAA
		SccLocalPath3 = RemotingClient
		SccProvider3 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = true
		SccProjectUniqueName4 = InterfaceLibrary\\InterfaceLibrary.csproj
		SccProjectName4 = \u0022$/NET\u0020Projects/Generic\u0020Channels\u0020Solution/Named\u0020Pipe\u0020Remoting/InterfaceLibrary\u0022,\u0020KREAAAAA
		SccLocalPath4 = InterfaceLibrary
		SccProvider4 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = true
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{2F3270E7-3E50-4EFB-BC5A-7764140E6E62}.Debug.ActiveCfg = Debug|.NET
		{2F3270E7-3E50-4EFB-BC5A-7764140E6E62}.Debug.Build.0 = Debug|.NET
		{2F3270E7-3E50-4EFB-BC5A-7764140E6E62}.Release.ActiveCfg = Release|.NET
		{2F3270E7-3E50-4EFB-BC5A-7764140E6E62}.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
		{602F813A-2157-4050-8ADA-10217636F33E}.Debug.ActiveCfg = Debug|.NET
		{602F813A-2157-4050-8ADA-10217636F33E}.Debug.Build.0 = Debug|.NET
		{602F813A-2157-4050-8ADA-10217636F33E}.Release.ActiveCfg = Release|.NET
		{602F813A-2157-4050-8ADA-10217636F33E}.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
		{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
		{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
	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