Class IPAddressInformation

Definition

Namespace:
Tizen.Network.Nsd
Assembly:
Tizen.Network.Nsd.dll
API Level:
4

This class manages the IP address properties of the DNS-SD service.

C#
Copy
public class IPAddressInformation
Inheritance
System.Object
IPAddressInformation

Properties

View Source

IPv4Address

The IP version 4 address of the DNS-SD service.

Declaration
C#
Copy
public IPAddress IPv4Address { get; }
Property Value
Type Description
System.Net.IPAddress
API Level: 4
View Source

IPv6Address

The IP version 6 address of the DNS-SD service.

Declaration
C#
Copy
public IPAddress IPv6Address { get; }
Property Value
Type Description
System.Net.IPAddress
API Level: 4