Class AddressEventArgs
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
- API Level:
- 3
An extended EventArgs class, which contains changed address.
C#Copypublic class AddressEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic string IPv4Address { get; }
Property Value
Type | Description |
---|---|
System.String | IP address in the format of the IPV4 syntax. |
API Level: 3
Declaration
C#Copypublic string IPv6Address { get; }
Property Value
Type | Description |
---|---|
System.String | IP address in the format of the IPV6 syntax. |