次の方法で共有


HttpRemotingHandlerFactory.ReleaseHandler メソッド

指定した HttpRemotingHandler をファクトリが再利用できるようにします。

Public Overridable Sub ReleaseHandler( _
   ByVal handler As IHttpHandler _) Implements IHttpHandlerFactory.ReleaseHandler
[C#]
public virtual void ReleaseHandler(IHttpHandlerhandler);
[C++]
public: virtual void ReleaseHandler(IHttpHandler* handler);
[JScript]
public function ReleaseHandler(
   handler : IHttpHandler);

パラメータ

実装

IHttpHandlerFactory.ReleaseHandler

必要条件

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

.NET Framework セキュリティ:

参照

HttpRemotingHandlerFactory クラス | HttpRemotingHandlerFactory メンバ | System.Runtime.Remoting.Channels.Http 名前空間