System.Net.Socket

From RAD Studio API Documentation
Jump to: navigation, search


Package rtl280.bpl

Classes

ESocketErrorException for socket-related errors that members of the System.Net.Socket unit may raise.
TSocketRepresents a network socket.
TSocketStreamStream wrapper around a TSocket, suitable to use in cases where a TStream descendant is required.

Types

PFDSet
TFDSetSocket descriptor to work with TSocket.Select.
TIPAddressRepresents an IP address.
TNetEndpointRepresents the combination of an IP address and a port.
TSocketFlag
TSocketFlags
TSocketHandle
TSocketState
TSocketStates
TSocketType
TSockSize

Constants

InAddrAnyInAddrAny: Integer = 0;
InAddrBroadcastInAddrBroadcast: Integer = $FFFFFFFF;
InAddrLoopbackInAddrLoopback: Integer = $7F000001;
InvalidSocketInvalidSocket: Integer = $FFFFFFFF;