C# 获取客户端IP
摘要:
public static string GetRealIP() { string ip; try { HttpRequest request = HttpContext.Current.Request; if (request.ServerVariables["HTTP_VIA"] != null) { ip = request.ServerVariables... 阅读全文
posted @ 2009-07-11 10:44
猎风
阅读(2332)
评论(1)
推荐(0)
浙公网安备 33010602011771号