6#include "../../core_export.h" 
    7#include "../../object.h" 
    8#include "../../types.h" 
    9#include "../../ustring.h" 
   10#include "../ip_address.h" 
   54        uint32_t interface_index() const noexcept;
 
   63        uint32_t interface_index_ = 0;
 
Provides an Internet Protocol (IP) address.
Definition: ip_address.h:30
 
Contains option values for joining an IPv6 multicast group.
Definition: ip_v6_multicast_option.h:24
 
ip_v6_multicast_option()=default
Initializes a new instance of the xtd::net::sockets::ip_v6_multicast_option class.
 
ip_v6_multicast_option(const xtd::net::ip_address &group)
Initializes a new version of the xtd::net::sockets::ip_v6_multicast_option class for the specified IP...
 
ip_v6_multicast_option(const xtd::net::ip_address &group, uint32_t interface_index)
Initializes a new instance of the xtd::net::sockets::ip_v6_multicast_option class with the specified ...
 
const xtd::net::ip_address & group() const noexcept
Gets the IP address of a multicast group.
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
 
virtual xtd::ustring to_string() const noexcept
Returns a std::string that represents the current object.
 
#define core_export_
Define shared library export.
Definition: core_export.h:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17