Class NetworkStatistics

    Definition

    Namespace:
    Tizen.Network.Stc
    Assembly:
    Tizen.Network.Stc.dll

    A class for managing the Stc statistics information.

    public class NetworkStatistics : IDisposable
    Inheritance
    object
    NetworkStatistics
    Implements
    System.IDisposable

    Properties

    View Source

    AppId

    A property to get the application ID from NetworkStatistics.

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

    Application ID.

    View Source

    ApplicationState

    A property to get the application state from NetworkStatistics.

    Declaration
    public ApplicationStateType ApplicationState { get; }
    Property Value
    Type Description
    ApplicationStateType

    Monitored application state.

    View Source

    From

    A property to get "from" value(start) of time interval from NetworkStatistics.

    Declaration
    public DateTime From { get; }
    Property Value
    Type Description
    System.DateTime

    from(start) of time interval.

    View Source

    IncomingCounter

    A property to get incoming counter from NetworkStatistics.

    Declaration
    public long IncomingCounter { get; }
    Property Value
    Type Description
    long

    incoming counter.

    View Source

    InterfaceName

    A property to get interface name from NetworkStatistics.

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

    Interface name.

    View Source

    InterfaceType

    A property to get the interface type from NetworkStatistics.

    Declaration
    public NetworkInterface InterfaceType { get; }
    Property Value
    Type Description
    NetworkInterface

    Interface type.

    View Source

    IsRoaming

    A property to get the roaming type from NetworkStatistics.

    Declaration
    public bool IsRoaming { get; }
    Property Value
    Type Description
    bool

    IsRoaming.

    View Source

    OutgoingCounter

    A property to get outgoing counter from NetworkStatistics.

    Declaration
    public long OutgoingCounter { get; }
    Property Value
    Type Description
    long

    outgoing counter.

    View Source

    Protocol

    A property to get the network protocol type from NetworkStatistics.

    Declaration
    public NetworkProtocol Protocol { get; }
    Property Value
    Type Description
    NetworkProtocol

    Network Protocol type.

    View Source

    To

    A property to get "to" value(end) of time interval from NetworkStatistics.

    Declaration
    public DateTime To { get; }
    Property Value
    Type Description
    System.DateTime

    to(end) of time interval.

    Methods

    View Source

    Dispose()

    A method to destroy the managed NetworkStatistics objects.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases the resources used by the NetworkStatistics.

    Declaration
    protected void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

    View Source

    ~NetworkStatistics()

    Destroy the NetworkStatistics object

    Declaration
    protected ~NetworkStatistics()

    Implements

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