SocketAddress
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.