HttpServerUtility.MachineName プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HttpServerUtility.MachineName プロパティの意味・解説 

HttpServerUtility.MachineName プロパティ

サーバーコンピュータ名を取得します

名前空間: System.Web
アセンブリ: System.Web (system.web.dll 内)
構文構文

Dim instance As HttpServerUtility
Dim value As String

value = instance.MachineName
public string MachineName { get;
 }
public:
property String^ MachineName {
    String^ get ();
}
/** @property */
public String get_MachineName ()

プロパティ
ローカル コンピュータの名前。

例外例外
例外種類条件

HttpException

コンピュータ名が見つかりません。

使用例使用例

サーバーコンピュータ名を文字列変数として格納するコード例次に示します

Dim ThisMachine As String
ThisMachine = Server.MachineName
   
String ThisMachine;
ThisMachine = Server.MachineName;
   
String thisMachine;
thisMachine = get_Server().get_MachineName();
var thisMachine : String = Server.MachineName
   
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpServerUtility クラス
HttpServerUtility メンバ
System.Web 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

HttpServerUtility.MachineName プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HttpServerUtility.MachineName プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS