次の方法で共有


RemotingService.Context プロパティ

HTTP サーバーが Web 要求を処理するために使用する、現在の HTTP 固有のコンテキストを取得します。

Public ReadOnly Property Context As HttpContext
[C#]
public HttpContext Context {get;}
[C++]
public: __property HttpContext* get_Context();
[JScript]
public function get Context() : HttpContext;

プロパティ値

HTTP サーバーが Web 要求を処理するために使用する、現在の HTTP 固有のコンテキスト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

RemotingService クラス | RemotingService メンバ | System.Runtime.Remoting.Services 名前空間