System.Win.ScktComp.TCustomServerSocket.SetServerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetServerType(Value: TServerType);

C++

void __fastcall SetServerType(TServerType Value);

Properties

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

Description

Sets the ServerType property.

Applications cannot call this protected method. SetServerType sets the ServerType property of the TServerWinSocket object that describes the server endpoint of the listening connection. Server socket objects use TServerWinSocket to implement their ServerType property.

See Also