Re: Is there any way to call event/callback from server to client if client is behind proxy?
From: Serg (sergNOSPAM_at_alef.ru)
Date: 03/25/05
- Next message: Steven Cheng: "Re: C# remote server and host application"
- Previous message: Rob Jones: "Reuse of Remoting Channels..."
- In reply to: Sunny: "Re: Is there any way to call event/callback from server to client if client is behind proxy?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Mar 2005 11:42:20 +0300
Thanks.
GenuineChannel is working well.
Serg.
"Sunny" <sunny@newsgroup.nospam> wrote in message
news:u8nQt7#LFHA.244@tk2msftngp13.phx.gbl...
> In article <O#dscI8LFHA.4092@tk2msftngp13.phx.gbl>, sergNOSPAM@alef.ru
> says...
> > I need to fire event from server to client. And clinet is behind proxy.
> > I have investigated a transparent proxy for method that client send to
> > server to subscript to an event.
> > It has an internal clients LAN IP address. Some thing like 192.168.*.*
> > Is there any way to get the real clients IP to substitute it?
> > I think i am not the first. :(
> > Please help.
> > Thanks in adv.
> > Serg.
> >
> >
> >
>
> If this is the only client behind that proxy, and you can configure your
> firewall to forward a given port to this exact client, then yes, you
> can. Read this article:
> http://www.glacialcomponents.com/ArticleDetail/CAOMN.aspx
>
> Otherwise, you have to use some third party channels, like genuine
> channels. They provide bidirectional HTTP channels, which work pretty
> well behind a proxy.
>
> Cheers
> Sunny
- Next message: Steven Cheng: "Re: C# remote server and host application"
- Previous message: Rob Jones: "Reuse of Remoting Channels..."
- In reply to: Sunny: "Re: Is there any way to call event/callback from server to client if client is behind proxy?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|