System.Win.ScktComp.TCustomWinSocket.DoListen

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoListen(QueueSize: Integer);

C++

void __fastcall DoListen(int QueueSize);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomWinSocket

説明

リスニング接続を開きます。

ソケットは,DoListen メソッドを内部で使用して,QueueSize クライアント接続要求を保持できるキューを持つリスニング接続を開きます。DoListen は,同期または非同期でのリスニング接続で共通の作業を処理します。

DoListen メソッドを呼び出してリスニング接続を開かないでください。かわりに,パブリックメソッド Listen を使用します。Listen は,ソケットの種類によって,同期,非同期いずれかの接続を調整します。

関連項目