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);
パラメータ
- 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 セキュリティ:
- SecurityPermission (アンマネージ コードを呼び出すために必要なアクセス許可)要求値: SecurityAction.LinkDemand; アクセス許可値: SecurityPermissionFlag.UnmanagedCode
参照
RealProxy クラス | RealProxy メンバ | System.Runtime.Remoting.Proxies 名前空間