次の方法で共有


RealProxy.GetUnwrappedServer メソッド

現在のプロキシ インスタンスが表すサーバー オブジェクトを返します。

Protected Function GetUnwrappedServer() As MarshalByRefObject
[C#]
protected MarshalByRefObject GetUnwrappedServer();
[C++]
protected: MarshalByRefObject* GetUnwrappedServer();
[JScript]
protected function GetUnwrappedServer() : MarshalByRefObject;

戻り値

現在のプロキシ インスタンスが表すサーバー オブジェクト。

例外

例外の種類 条件
SecurityException 直前の呼び出し元に、UnmanagedCode アクセス許可がありません。

解説

GetUnwrappedServer メソッドは、外部の同じ ContextAppDomain の場合に使用します。

必要条件

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

.NET Framework セキュリティ:

参照

RealProxy クラス | RealProxy メンバ | System.Runtime.Remoting.Proxies 名前空間