次の方法で共有


HttpServerChannel.StartListening メソッド

現在のチャネルに対して、要求の待機を開始するように指示します。

Public Overridable Sub StartListening( _
   ByVal data As Object _) Implements IChannelReceiver.StartListening
[C#]
public virtual void StartListening(objectdata);
[C++]
public: virtual void StartListening(Object* data);
[JScript]
public function StartListening(
   data : Object);

パラメータ

  • data
    HttpChannel では、必ず null 参照 (Visual Basic では Nothing) にしてください。

実装

IChannelReceiver.StartListening

解説

データ オブジェクトは、特定の初期化状態をチャネルに渡すために使用できます。

必要条件

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