摘要:
using System.Web.Services;public class ServerUsage : WebService { [ WebMethod(Description="Number of times this service has been accessed.") ] public int ServiceUsage() { // If the XML Web service method hasn't been accessed, // initialize it to 1. if (Application["appMyServiceUsa 阅读全文
posted @ 2011-10-20 17:13
汤姆熊猫
阅读(352)
评论(0)
推荐(0)
浙公网安备 33010602011771号