bitmessage.NodeConnection.NodeConnection C# (CSharp) Метод

NodeConnection() публичный Метод

public NodeConnection ( Bitmessage bitmessage, NetworkAddress networkAddress ) : System
bitmessage Bitmessage
networkAddress bitmessage.network.NetworkAddress
Результат 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