MindTouch.Clacks.Client.Net.ConnectionPool.Create C# (CSharp) Метод

Create() публичный статический Метод

public static Create ( IPEndPoint endpoint ) : ConnectionPool
endpoint System.Net.IPEndPoint
Результат ConnectionPool
        public static ConnectionPool Create(IPEndPoint endpoint) {
            return new ConnectionPool(endpoint);
        }

Same methods

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