Interface IAddressInformation

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

    This interface provides properties to manage address information of the connection.

    public interface IAddressInformation

    Properties

    View Source

    DhcpLeaseDuration

    The DHCP lease duration. It is only supported for the IPV4 address family.

    Declaration
    int DhcpLeaseDuration { get; }
    Property Value
    Type Description
    int

    Lease duration of the DHCP.

    View Source

    DhcpServerAddress

    The DHCP server address. It is only supported for the IPV4 address family.

    Declaration
    System.Net.IPAddress DhcpServerAddress { get; }
    Property Value
    Type Description
    System.Net.IPAddress

    Server address of the DHCP.

    View Source

    Dns1

    The DNS address.

    Declaration
    System.Net.IPAddress Dns1 { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    First DNS address of the connection.

    View Source

    Dns2

    The DNS address.

    Declaration
    System.Net.IPAddress Dns2 { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    Second DNS address of the connection.

    View Source

    DnsConfigType

    The DNS config type.

    Declaration
    DnsConfigType DnsConfigType { get; set; }
    Property Value
    Type Description
    DnsConfigType

    Config type of the DNS.

    View Source

    Gateway

    The gateway address.

    Declaration
    System.Net.IPAddress Gateway { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    Gateway address of the connection.

    View Source

    IP

    The IP address.

    Declaration
    System.Net.IPAddress IP { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    IP address of the connection.

    View Source

    IPConfigType

    The type of IP config.

    Declaration
    IPConfigType IPConfigType { get; set; }
    Property Value
    Type Description
    IPConfigType

    IP config type of the connection.

    View Source

    PrefixLength

    The prefix length.

    Declaration
    int PrefixLength { get; set; }
    Property Value
    Type Description
    int

    Prefix length of the connection.

    View Source

    SubnetMask

    The subnet mask address.

    Declaration
    System.Net.IPAddress SubnetMask { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    Subnet mask of the connection.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX