RealProxy.GetUnwrappedServer メソッド
現在のプロキシ インスタンスが表すサーバー オブジェクトを返します。
Protected Function GetUnwrappedServer() As MarshalByRefObject
[C#]
protected MarshalByRefObject GetUnwrappedServer();
[C++]
protected: MarshalByRefObject* GetUnwrappedServer();
[JScript]
protected function GetUnwrappedServer() : MarshalByRefObject;
戻り値
現在のプロキシ インスタンスが表すサーバー オブジェクト。
例外
例外の種類 | 条件 |
---|---|
SecurityException | 直前の呼び出し元に、UnmanagedCode アクセス許可がありません。 |
解説
GetUnwrappedServer メソッドは、外部の同じ Context の AppDomain の場合に使用します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- SecurityPermission (アンマネージ コードを呼び出すために必要なアクセス許可)要求値: SecurityAction.LinkDemand; アクセス許可値: SecurityPermissionFlag.UnmanagedCode
参照
RealProxy クラス | RealProxy メンバ | System.Runtime.Remoting.Proxies 名前空間