System.Win.ScktComp.TCustomServerSocket.GetServerType

From RAD Studio API Documentation
Revision as of 00:55, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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