MindTouch.Clacks.Client.Net.ConnectionPool.Create C# (CSharp) Method

Create() public static method

public static Create ( IPEndPoint endpoint ) : ConnectionPool
endpoint System.Net.IPEndPoint
return ConnectionPool
        public static ConnectionPool Create(IPEndPoint endpoint) {
            return new ConnectionPool(endpoint);
        }

Same methods

ConnectionPool::Create ( string host, int port ) : ConnectionPool