System.Win.ScktComp.TCustomServerSocket.GetServerType

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

Delphi

function GetServerType: TServerType;

C++

TServerType __fastcall GetServerType();

プロパティ

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

説明

ServerType プロパティを返します。

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

関連項目