FluentCassandra.Connections.Server.Server C# (CSharp) Method

Server() public method

public Server ( string host = "127.0.0.1", int port = DefaultPort, int timeout = DefaultTimeout ) : System
host string
port int
timeout int
return System
        public Server(string host = "127.0.0.1", int port = DefaultPort, int timeout = DefaultTimeout)
        {
            Host = host;
            Port = port;
            Timeout = timeout;
        }