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.
public ForwardedTcpipChannelInfo()
Initializes a new ForwardedTcpipChannelInfo instance.
public ForwardedTcpipChannelInfo(string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort)
Initializes a new ForwardedTcpipChannelInfo instance with the specified connector
address and port, and originator address and port.