Show / Hide Table of Contents

    Class NetworkStatistics

    Definition

    Namespace:
    Tizen.Network.Stc
    Assembly:
    Tizen.Network.Stc.dll
    API Level:
    6

    A class for managing the Stc statistics information.

    public class NetworkStatistics : IDisposable
    Inheritance
    Object
    NetworkStatistics
    Implements
    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.

    API Level: 6
    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.

    API Level: 6
    View Source

    From

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

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

    from(start) of time interval.

    API Level: 6
    View Source

    IncomingCounter

    A property to get incoming counter from NetworkStatistics.

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

    incoming counter.

    API Level: 6
    View Source

    InterfaceName

    A property to get interface name from NetworkStatistics.

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

    Interface name.

    API Level: 6
    View Source

    InterfaceType

    A property to get the interface type from NetworkStatistics.

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

    Interface type.

    API Level: 6
    View Source

    IsRoaming

    A property to get the roaming type from NetworkStatistics.

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

    IsRoaming.

    API Level: 6
    View Source

    OutgoingCounter

    A property to get outgoing counter from NetworkStatistics.

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

    outgoing counter.

    API Level: 6
    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.

    API Level: 6
    View Source

    To

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

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

    to(end) of time interval.

    API Level: 6

    Methods

    View Source

    Dispose()

    A method to destroy the managed NetworkStatistics objects.

    Declaration
    public void Dispose()
    API Level: 6
    View Source

    Dispose(Boolean)

    Releases the resources used by the NetworkStatistics.

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

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

    View Source

    Finalize()

    Destroy the NetworkStatistics object

    Declaration
    protected void Finalize()

    Implements

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