SocketCore
From REALbasicWiki
| Overall article skill | ✭ |
| |||||
|---|---|---|---|---|---|
| Available on | | ||||
| General | |||||
| Superclass | Object | ||||
| Interfaces | None | ||||
| Constants | |||||
| |||||
| Methods | |||||
| |||||
| Properties | |||||
| Events | |||||
| |||||
|
NOTE: You can get descriptions of the items above from the REALbasic documentation. | |||||
SocketCore is the base class for other socket classes including TCPSocket and UDPSocket. You should not create an instance of SocketCore. The compiler allows, but bad things will happen.
[edit] More on Methods
The Close method does not invoke the Error event handler. This behavior differs from TCPSocket.Disconnect, which does invoke the TCPSocket.Error event handler.
