DirectTcpipChannelInfo
Used to open "direct-tcpip" channel type
Specifies channel open type
Gets the host to connect.
Gets the originator address.
Gets the originator port.
Gets the port to connect.
public DirectTcpipChannelInfo()
Initializes a new instance of the DirectTcpipChannelInfo class.
public DirectTcpipChannelInfo(string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort)
Initializes a new instance of the DirectTcpipChannelInfo class.