次の方法で共有


HttpServerChannel.AddHookChannelUri メソッド

チャネル フックが待機する URI を追加します。

Public Overridable Sub AddHookChannelUri( _
   ByVal channelUri As String _) Implements IChannelReceiverHook.AddHookChannelUri
[C#]
public virtual void AddHookChannelUri(stringchannelUri);
[C++]
public: virtual void AddHookChannelUri(String* channelUri);
[JScript]
public function AddHookChannelUri(
   channelUri : String);

パラメータ

  • channelUri
    チャネル フックが待機する URI。

実装

IChannelReceiverHook.AddHookChannelUri

必要条件

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