Class AddressEventArgs

Definition

Namespace:
Tizen.Network.Connection
Assembly:
Tizen.Network.Connection.dll
API Level:
3

An extended EventArgs class, which contains changed address.

C#
Copy
public class AddressEventArgs : EventArgs
Inheritance
AddressEventArgs

Properties

View Source

IPv4Address

The IPV4 address.

Declaration
C#
Copy
public string IPv4Address { get; }
Property Value
Type Description
System.String

IP address in the format of the IPV4 syntax.

API Level: 3
View Source

IPv6Address

The IPV6 address.

Declaration
C#
Copy
public string IPv6Address { get; }
Property Value
Type Description
System.String

IP address in the format of the IPV6 syntax.

API Level: 3