Count
|
Return the number of sockets that have been created by the Accept method.
|
Interface
|
Return or set the ethernet interface used by the server socket.
|
Path
|
Return or set the server socket path for local sockets.
|
Port
|
Return or set the server socket listening port for internet sockets.
|
Status
|
Return the status of the socket as a constant of the Net class.
|
StatusText
|
Return the status of the socket as a string.
|
Tag
|
Returns or sets the server socket tag.
|
Timeout
|
Return or set the server socket timeout, in milliseconds.
|
Type
|
Returns or sets the type of socket to use.
|