ForwardedTcpipChannelInfo
Used to open "forwarded-tcpip" channel type.
            
                
Specifies channel open type.
            
Gets the connected address.
            
Gets the connected port.
            
Gets the originator address.
            
Gets the originator port.
            
Initializes a new instance of the  ForwardedTcpipChannelInfo class from the
            specified data.
            
public ForwardedTcpipChannelInfo(string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort)
Initializes a new instance of the  ForwardedTcpipChannelInfo class with the
            specified connector address and port, and originator address and port.