System.Net.Socket
Package | rtl290.bpl |
---|
Classes
ESocketError | Exception for socket-related errors that members of the System.Net.Socket unit may raise. |
TSocket | Represents a network socket. |
TSocketStream | Stream wrapper around a TSocket, suitable to use in cases where a TStream descendant is required. |
Types
PFDSet | |
TFDSet | Socket descriptor to work with TSocket.Select. |
TIPAddress | Represents an IP address. |
TNetEndpoint | Represents the combination of an IP address and a port. |
TSocketFlag | |
TSocketFlags | |
TSocketHandle | |
TSocketState | |
TSocketStates | |
TSocketType | |
TSockSize |
Constants
InAddrAny | InAddrAny: Integer = 0; |
InAddrBroadcast | InAddrBroadcast: Integer = $FFFFFFFF; |
InAddrLoopback | InAddrLoopback: Integer = $7F000001; |
InvalidSocket | InvalidSocket: Integer = $FFFFFFFF; |