次の方法で共有


RealProxy.AttachServer メソッド

現在のプロキシ インスタンスを、指定したリモート MarshalByRefObject に結び付けます。

Protected Sub AttachServer( _
   ByVal s As MarshalByRefObject _)
[C#]
protected void AttachServer(MarshalByRefObjects);
[C++]
protected: void AttachServer(MarshalByRefObject* s);
[JScript]
protected function AttachServer(
   s : MarshalByRefObject);

パラメータ

例外

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

必要条件

プラットフォーム: 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 名前空間