Re: Client - server communication

From: Beeeeeeeeeeeeves (Beeeeeeeeeeeeves_at_discussions.microsoft.com)
Date: 07/07/04


Date: Wed, 7 Jul 2004 07:34:02 -0700

Wouldn't mind seeing some of your examples of using remoting to do simple communication between client and server if you have any.

Also would be interested in seeing ones of a service communicating with a front end app on the same machine.

mail me to benjtaylor at hotpop dot com if you have any good examples

"Arran Pearce" wrote:

> Remoting is a good answer. Use the Http Channel. Very easy to code,
> only about 5 lines on client and server.
>
> Another option is to use System.IO and setup some UDP or TCP sockets.
> This is also quite easy.
>
> If you need some code examples mail me.
>
>
>
> Christian Westerlund wrote:
>
> > Hi!
> >
> > Does anyone know if it is possible for a client server communication
> > easy in .NET with these requirements:
> >
> > The client always initiates the communication
> > The server only answers (responds)
> > Uses port 80, skips firewall
> > The server computer doesn't have a IIS or web server
> >
> > I have thought about remoting but it feels a little bit over the top, we
> > are only sending information to the client .
> >
> > /Christian
>



Relevant Pages

  • Re: Events in .Net Remoting
    ... I am writing with respect to the Events in .Net Remoting that I had ... another channel for the callbacks..both on client side. ... Then I force a method on the server end (through a GUI control on the ... >> the regular client side requests still work fine. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: passing structs (setializable) object in web service
    ... The philosophy of webservices is different than that of remoting. ... follow Seely's advice as Christoph pointed out earlier - you have to modify ... > having total control over both client and server types. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: MessageSecurityException when consuming WCF service
    ... a WCF based client server communication application, ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Delegate Failure after Migration to .NET 2.0 - Vista
    ... remoting to work in .NET 2.0 for you? ... ActivatedClientTypeEntry entry = new ... I make the single below call in order to register my server type. ... the client. ...
    (microsoft.public.dotnet.languages.csharp)
  • Reuse of Remoting Channels...
    ... makes it possible for the server to know the identity of the caller. ... If my client is on the other side of a Windows 'realm' (as in the ... RemotingConfiguration options) to reject any clients whose credentials ... "Remoting server cannot be reached. ...
    (microsoft.public.dotnet.framework.remoting)

Quantcast