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