const byte & xtd::net::socket_address::operator[] | ( | size_t | index | ) | const |
Gets the specified index element in the underlying buffer.
index | The array index element of the desired information. |
xtd::argument_out_of_range_exception | index is equal to or greater than size. |