How to specify client to use HTTP Binary Progmatically ??
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: <Chaz>
- Date: Sun, 30 Apr 2006 23:40:28 +0100
Ok we have .config files to specifiy the Remoting configuration, but I cant
use them as the URL and potentially the formatting mode may change based on
client requirements.
I need to pull the settings from my own configuration data and apply code at
runtime which has the same effect.
I have found out how to create and register a channel;
System.Runtime.Remoting.Channels.Http.HttpChannel mynewchannel
= new System.Runtime.Remoting.Channels.Http.HttpChannel(9402);
And to register the well known type;
System.Runtime.Remoting.RemotingConfiguration.RegisterWellKnownServiceType(typeof(MyObj),"
http://kkkkk",WellKnownObjectMode.SingleCall)
But I cant find out how to tell the client to use the Binary Formatter for
this channel ??
Is there anyone that can anyone help ?
Kindest Regards
Chaz
.
Relevant Pages
- Re: A8N-SLI deluxe memory question
... is it possible to use 3 memory modules with this board? ... "For dual-channel configuration, the total size of memory module ... the above statement in the manual, means you'd be in dual channel. ... If the original config ran DDR400 Command Rate 1T, ... (alt.comp.periphs.mainboard.asus) - Re: A8N-SLI deluxe memory question
... is it possible to use 3 memory modules with this board? ... "For dual-channel configuration, the total size of memory module ... the above statement in the manual, means you'd be in dual channel. ... If the original config ran DDR400 Command Rate 1T, ... (alt.comp.periphs.mainboard.asus) - Re: A8N-SLI deluxe memory question
... is it possible to use 3 memory modules with this board? ... "For dual-channel configuration, the total size of memory module ... the above statement in the manual, means you'd be in dual channel. ... If the original config ran DDR400 Command Rate 1T, ... (alt.comp.periphs.mainboard.asus) - [PATCH] DMAENGINE: runtime config for slave channels
... reconfigure a channel at runtime. ... re-configuration of DMA for the AMBA PrimeCells is actually generic ... not PrimeCell, this way I suggest making this generic from day 1. ... * your dmaengine driver to get the proper configuration bits out. ... (Linux-Kernel) - Re: Remoting Configuration Issue
... TcpChannel objects have the default name "tcp", ... default names if you want to register more than one TcpChannel or ... you could give names to channel objects in your configuration ... > We have a service where we configure remoting via the configuration file. ... (microsoft.public.dotnet.framework.remoting) |
|