System.Win.ScktComp.TCustomServerSocket.GetServerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServerType: TServerType;

C++

TServerType __fastcall GetServerType();

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomServerSocket

Description

Returns the ServerType property.

Applications cannot call this protected method. GetServerType returns the value of the ServerType property of the TServerWinSocket object that describes the server endpoint of the listening connection.

See Also