TInternetSocketAddress

Socket address represented by a InternetAddress and a Port.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TSocketAddressAbstract base class for addresses that identify sockets.
5TInternetSocketAddress

Source

Socket.Address.Internet.pas (31)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTInternetAddressFInternetAddress
InstanceprotectedTInteger32FPort

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(InternetAddress: TInternetAddress; Port: TInteger32)
InstancepublicDestroy()
InstancepublicTBooleanEquals(Object_: TBaseObject)
InstancepublicTBooleanEqualAddress(Address: TInternetSocketAddress)
InstancepublicTTextToText()