Re: DCOM Tunnel (General questions)
Like this:
Channel httpChannel = sshTunnel1.Channels.Add( , , , , );
httpChannel.Type = ForwardTypesEnum.LocalListen;
httpChannel.LocalAddress = 192.168.1.13 ;
httpChannel.LocalPort = 80;
httpChannel.RemoteAddress = 192.168.1.21 ;
httpChannel.RemotePort = 80;
/rebus
Complete thread:
- DCOM Tunnel - rebus, 2004-10-28, 16:33
- Re: DCOM Tunnel - wodSupport, 2004-10-28, 19:51
- Re: DCOM Tunnel - rebus, 2004-10-29, 08:55
- Re: DCOM Tunnel - wodSupport, 2004-10-31, 02:05
- Re: DCOM Tunnel - rebus, 2004-10-29, 08:55
- Re: DCOM Tunnel - wodSupport, 2004-10-28, 19:51