Nethereum.Web3.Web3.Web3 C# (CSharp) Method

Web3() public method

public Web3 ( IClient client ) : System
client IClient
return System
        public Web3(IClient client)
        {
            Client = client;
            InitialiseInnerServices();
        }

Same methods

Web3::Web3 ( string url = @"http://localhost:8545/" ) : System