May 2004
Intermediate to advanced
888 pages
22h 31m
English
Although it’s simple to specify the HTTP and TCP settings you want to use with .NET remoting, production systems often need to be configurable.
.NET remoting includes support for so-called configuration files. These are XML files formatted according to the structure shown in Listing 30.8.
<configuration> <system.runtime.remoting> <application> <lifetime> <channels> (Instance) <channel> (Instance) <serverProviders> (Instance) <provider> (Instance) <formatter> (Instance) <clientProviders> (Instance) <provider> (Instance) <formatter> (Instance) <client> <wellknown> (Client Instance) <activated> (Client Instance) <service> <wellknown> (Service Instance) <activated> ... |
Read now
Unlock full access