address property
The InternetAddress used to connect this socket.
Throws a SocketException if the socket is closed.
Implementation
@override
InternetAddress get address => socket.address;
The InternetAddress used to connect this socket.
Throws a SocketException if the socket is closed.
@override
InternetAddress get address => socket.address;