次の方法で共有


HttpServerChannel.WantsToListen プロパティ

IChannelReceiverHook を外部リスナ サービスにフックするかどうかを示すブール値を取得します。

Public Overridable Property WantsToListen As Boolean  Implements _   IChannelReceiverHook.WantsToListen
[C#]
public virtual bool WantsToListen {get; set;}
[C++]
public: __property virtual bool get_WantsToListen();public: __property void set_WantsToListen(bool);
[JScript]
public function get WantsToListen() : Boolean;public function set WantsToListen(Boolean);

プロパティ値

IChannelReceiverHook を外部リスナ サービスにフックするかどうかを示すブール値。

実装

IChannelReceiverHook.WantsToListen

必要条件

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

.NET Framework セキュリティ:

参照

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