xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_string()

xtd::string xtd::net::socket_address::to_string ( ) const
overridevirtualnoexcept

Returns information about the socket address.

Returns
A string that contains information about the xtd::net::socket_address.
Remarks
The xtd::net::socket_address::to_string method returns a string that contains the xtd::net::sockets::address_family enumerated value, the size of the underlying buffer of the socket_address structure, and the remaining contents of the buffer.

Reimplemented from xtd::object.