Socket

Base class for all the socket types.

abstract
class Socket {}

Members

Enums

Status
enum Status

Status codes that may be returned by socket functions.

Manifest constants

AnyPort
enum AnyPort;

Special value that tells the system to pick any available port.

Meta