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