Sockets
Contents |
Delphi Information
Class
| ESocketError |
Exception class for failures that occur when trying to create, use, or shut down Windows socket objects. |
| TBaseSocket |
TBaseSocket encapsulates local operations on file descriptors. |
| TClientSocketThread |
Enables creation of separate threads of execution for the client socket in an application. |
| TCustomIpClient |
Encapsulates the client network functions. |
| TCustomTcpServer |
Ancestor object of all the server socket descendants. |
| TIpSocket |
Encapsulates the network support functions. |
| TRawSocket |
Encapsulates a raw socket. |
| TServerSocketThread |
Enables creation of separate threads of execution for the server socket in an application. |
| TTcpClient |
TCP client component. |
| TTcpServer |
TTcpServer is the TCP server component. |
| TUdpSocket |
UDP component. |
Const
| Constants |
Enum
| TServerSocketBlockMode |
Defines the set of possible socket flags for block mode. |
| TSocketBlockMode |
Defines the set of possible flags for blocking mode of the socket. |
| TSocketDomain |
Set of possible protocol family types used by a socket. |
| TSocketType |
The TSocketType type defines the set of possible socket types. |
Struct
| TIPHeader |
Represents the Internet header that is attached to any datagram going through the socket. |
Type
| TSocketHost |
Is an alias for the AnsiString type. |
| TSocketPort |
Is an alias for the AnsiString type. |
| TSocketProtocol |
TSocketProtocol is the code for a socket protocol. |
C++ Information
Class
| ESocketError |
Exception class for failures that occur when trying to create, use, or shut down Windows socket objects. |
| TBaseSocket |
TBaseSocket encapsulates local operations on file descriptors. |
| TClientSocketThread |
Enables creation of separate threads of execution for the client socket in an application. |
| TCustomIpClient |
Encapsulates the client network functions. |
| TCustomTcpServer |
Ancestor object of all the server socket descendants. |
| TIPHeader |
Represents the Internet header that is attached to any datagram going through the socket. |
| TIpSocket |
Encapsulates the network support functions. |
| TRawSocket |
Encapsulates a raw socket. |
| TServerSocketThread |
Enables creation of separate threads of execution for the server socket in an application. |
| TTcpClient |
TCP client component. |
| TTcpServer |
TTcpServer is the TCP server component. |
| TUdpSocket |
UDP component. |
Enum
| TServerSocketBlockMode |
Defines the set of possible socket flags for block mode. |
| TSocketDomain |
Set of possible protocol family types used by a socket. |
| TSocketType |
The TSocketType type defines the set of possible socket types. |
Typedef
| TGetThreadEvent |
Represents the procedure type for the event handlers that occur when a socket thread operation is performed. |
| TSocketAcceptEvent |
Represents the procedure type for the event handlers that occur when a socket is accepted. |
| TSocketBlockMode |
Defines the set of possible flags for blocking mode of the socket. |
| TSocketDataEvent |
Represents the procedure type for the event handlers that occur when data is transmitted through a socket. |
| TSocketErrorEvent |
Represents the procedure type for the event handlers that occur when a socket encounters an error. |
| TSocketHost |
Is an alias for the AnsiString type. |
| TSocketNotifyEvent |
Represents the procedure type for the event handlers that occur when a notification appears for a socket. |
| TSocketPort |
Is an alias for the AnsiString type. |
| TSocketProtocol |
TSocketProtocol is the code for a socket protocol. |