bitmessage.NodeConnection.NodeConnection C# (CSharp) Method

NodeConnection() public method

public NodeConnection ( Bitmessage bitmessage, NetworkAddress networkAddress ) : System
bitmessage Bitmessage
networkAddress bitmessage.network.NetworkAddress
return System
        public NodeConnection(Bitmessage bitmessage, NetworkAddress networkAddress)
        {
            Bitmessage = bitmessage;
            NetworkAddress = networkAddress;
            _tcpClient = new TcpClient(AddressFamily.InterNetwork);
        }

Same methods

NodeConnection::NodeConnection ( Bitmessage bitmessage, TcpClient tcpClient ) : System