Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdIOHandlerSocket.Create
TIdIOHandlerSocket
,
See Also
Constructor for the object instance.
constructor
Create(AOwner: TComponent);
override
;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the Constructor for the object instance, and relies on the inherited Create constructor. Create also sets the default value of
UseNagle
to True, to indicate that use of the Nagle algorithm for send coalescing is allowed.