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