DirectTcpipChannelInfo class DirectTcpipChannelInfo : ChannelOpenInfo Documentation public const string NAME = "direct-tcpip" public string HostToConnect { get; } public string OriginatorAddress { get; } public uint OriginatorPort { get; } public uint PortToConnect { get; } public DirectTcpipChannelInfo() public DirectTcpipChannelInfo(string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort)