book-code/IPC_src/CSRemotingSharedLibrary at master · CppOpenSourceProjects/book-code · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

========================================================================
    LIBRARY APPLICATION : CSRemotingSharedLibrary Project Overview
========================================================================

/////////////////////////////////////////////////////////////////////////////
Use:

CSRemotingSharedLibrary exposes the remote object types shared by the .NET 
Remoting clients and servers.


/////////////////////////////////////////////////////////////////////////////
Project Relation:

CSRemotingClient, CSRemotingServer, VBRemotingClient, VBRemotingServer -> 
CSRemotingSharedLibrary
The .NET Remoting clients and servers references the shared library for the 
client-activated remoting types.


/////////////////////////////////////////////////////////////////////////////
References:

.NET Framework Remoting Architecture  
http://msdn.microsoft.com/en-us/library/2e7z38xb(VS.85).aspx

.NET Framework Remoting Overview  
http://msdn.microsoft.com/en-us/library/kwdt6w2k(VS.85).aspx

.NET Remoting
http://en.wikipedia.org/wiki/.NET_Remoting


/////////////////////////////////////////////////////////////////////////////