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
    object
    System.EventArgs
    AddressEventArgs

    Properties

    View Source

    IPv4Address

    The IPV4 address.

    Declaration
    public string IPv4Address { get; }
    Property Value
    Type Description
    string

    IP address in the format of the IPV4 syntax.

    View Source

    IPv6Address

    The IPV6 address.

    Declaration
    public string IPv6Address { get; }
    Property Value
    Type Description
    string

    IP address in the format of the IPV6 syntax.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX