Re: DCOM Tunnel - WeOnlyDo Discussion board

Re: DCOM Tunnel (General questions)

by rebus, Friday, October 29, 2004, 08:55 (7121 days ago) @ wodSupport

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: