Definition
- Namespace:
- Tizen.Network.Nsd
- Assembly:
- Tizen.Network.Nsd.dll
This class manages the IP address properties of the DNS-SD service.
public class IPAddressInformation
- Inheritance
-
object
IPAddressInformation
Properties
View Source
The IP version 4 address of the DNS-SD service.
Declaration
public IPAddress IPv4Address { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
View Source
The IP version 6 address of the DNS-SD service.
Declaration
public IPAddress IPv6Address { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|