コード例 #1
0
        static void Ping(string serviceUrl)
        {
            var wsClient = new RidService(serviceUrl);

            wsClient.Test();
        }