Renci.SshNet.Messages.Connection.DirectTcpipChannelInfo.DirectTcpipChannelInfo C# (CSharp) Method

DirectTcpipChannelInfo() public method

Initializes a new instance of the DirectTcpipChannelInfo class from the specified data.
is null.
public DirectTcpipChannelInfo ( byte data ) : System
data byte
return System
        public DirectTcpipChannelInfo(byte[] data)
        {
            Load(data);
        }

Same methods

DirectTcpipChannelInfo::DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System