Forcing a Remoting Server to use interface 127.0.0.1

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have the following code which creates a remoting server component

TcpChannel server = new TcpChannel(37921);
ChannelServices.RegisterChannel(server, true);
RemotingConfiguration.RegisterWellKnownServiceType(typeof(ClientRegistration),
"ClientRegistration",
WellKnownObjectMode.SingleCall);

This opens up TCP port 37921 on interface 0.0.0.0, but as the client
will always be on the same computer, I would prefer to use interface
127.0.0.1 (for security reaons).

Can anyone suggest how I can achieve this?

Thanks,
Bry.

.



Relevant Pages

  • Re: Managing the flow of forms...
    ... > The interface needs to be suited to the target audience. ... > sequence of steps to get a job done. ... > but the form for the combo's RowSource table opens in front and lets them ... >> I would love some suggestions about how to manage the flow of forms. ...
    (microsoft.public.access.forms)
  • Re: Managing the flow of forms...
    ... ElseIf TypeOf objMe Is Report Then ... of the interface will rely on them, ... >> sequence of steps to get a job done. ... >> but the form for the combo's RowSource table opens in front and lets ...
    (microsoft.public.access.forms)
  • Re: Managing the flow of forms...
    ... > 'Any other visible reports? ... >of the interface will rely on them, ... >>> sequence of steps to get a job done. ... >>> but the form for the combo's RowSource table opens in ...
    (microsoft.public.access.forms)
  • Re: Open new Internet Explorer window in a new process
    ... unable to connect to the DWebBrowserEvents2 event sink interface, ... if there is an Internet Explorer instance already ... it opens it in the same process as that running instance. ... Jean-Fabrice Rabaute ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Two stage divert
    ... >Setting it all up by a more friendly interface on a computer screen ... >opens up more possibilities - and would let the user really get things ... to understand or set up :-) Peter M. ... Prev by Date: ...
    (uk.telecom)