主頁 > 知識庫 > asp.net獲取服務(wù)器基本信息的方法代碼

asp.net獲取服務(wù)器基本信息的方法代碼

熱門標(biāo)簽:巫師3為什么地圖標(biāo)注的財寶沒有 外呼系統(tǒng)費用一年 手機地圖標(biāo)注如何刪除 辦理400電話證件 外呼系統(tǒng)代理品牌 寧波自動外呼系統(tǒng)代理 十堰正規(guī)電銷機器人系統(tǒng) 世紀(jì)佳緣地圖標(biāo)注怎么去掉 怎么給超市做地圖標(biāo)注入駐店
復(fù)制代碼 代碼如下:

//Server Name
"Server Name": Server.MachineName
"Server Domain": Request.ServerVariables["Server_Name"]
"Server Port": Request.ServerVariables["Server_Port"]
"Web Server Version": Request.ServerVariables["Server_SoftWare"]//Path
"Virtual Request Path": Request.FilePath
"Physical Request Path": Request.PhysicalPath
"Virtual Application Root Path": Request.ApplicationPath
"Physical Application Root Path": Request.PhysicalApplicationPath//Platform
"Operating System Installation Directory": Environment.SystemDirectory
".Net Version": Environment.Version.ToString()
".Net Language": System.Globalization.CultureInfo.InstalledUICulture.EnglishName
"Server Current Time": DateTime.Now.ToString()
"System Uptime": TimeSpan.FromMilliseconds(Environment.TickCount).ToString()
"Script Timeout": TimeSpan.FromSeconds(Server.ScriptTimeout).ToString()
//Get Request Headers
//eg:Connection,Accept,Accept-Charset,Accept-Encoding,Accept-Language,User-Agent ...
foreach (string key in Request.Headers.AllKeys)
{
    Request.Headers[key];
}
//Get Server Variables
//eg:ALL_HTTP,ALL_RAW,PATH_INFO,URL ...
foreach (string key in Request.ServerVariables.AllKeys)
 {
          Request.ServerVariables[key];
 }
您可能感興趣的文章:
  • ASP.NET操作各類時間段獲取方法匯總
  • ASP.NET實現(xiàn)根據(jù)IP獲取省市地址的方法
  • ASP.NET使用Subtract方法獲取兩個日期之間的天數(shù)
  • ASP.net中獲取客戶端參數(shù)操作系統(tǒng)信息
  • asp.net獲取HTML表單File中的路徑的方法
  • asp.net獲取網(wǎng)站絕對路徑示例
  • asp.net獲取select值的方法
  • Asp.net獲取當(dāng)前目錄的方法小結(jié)
  • ASP.NET中獲取URL重寫前的原始地址詳解
  • ASP.NET中實現(xiàn)獲取調(diào)用方法名

標(biāo)簽:通遼 泰州 天門 景德鎮(zhèn) 嘉興 山西 牡丹江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp.net獲取服務(wù)器基本信息的方法代碼》,本文關(guān)鍵詞  asp.net,獲取,服務(wù)器,基本,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp.net獲取服務(wù)器基本信息的方法代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp.net獲取服務(wù)器基本信息的方法代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章