System.Win.ScktComp.TCustomServerSocket.SetServerType

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

Delphi

procedure SetServerType(Value: TServerType);

C++

void __fastcall SetServerType(TServerType Value);

プロパティ

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

説明

ServerType プロパティを設定します。

アプリケーションはこのプロテクトメソッドを呼び出すことはできません。SetServerType メソッドは,リスニング接続のサーバーエンドポイントを示す TServerWinSocket オブジェクトの ServerType プロパティを設定します。サーバーソケットオブジェクトは TServerWinSocket を使って ServerType プロパティを実装します。

関連項目