TEstablishedSocket

A socket that has both server and client endpoints connected.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TSocketAbstract base class for client and server endpoints of network sockets.
4TEstablishedSocket

Source

Socket.Established.pas (28)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTBooleanConnected
InstanceprotectedTOutputStreamSocketOutputStream
InstanceprotectedTInputStreamSocketInputStream

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTOutputStreamGetOutputStream()
InstanceprotectedTInputStreamGetInputStream()
InstancepublicCreate()
InstancepublicDestroy()
InstancepublicTSocketSecuritySecurity()
InstancepublicTBooleanWaitForDataAvailable(Timeout__ms: TPositiveInteger32)