SocketAddress

expect sealed class SocketAddress(source)

Represents a socket address abstraction.

This sealed class serves as the base type for different kinds of socket addresses, such as Internet-specific or other platform-dependent address types. Implementations of this class are expected to be platform-specific and provide details necessary to work with socket connections or bindings.

Report a problem

Inheritors

Functions

Link copied to clipboard

Retrieves the port number associated with this socket address.

Link copied to clipboard