Class NetworkStatistics

Definition

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

A class for managing the Stc statistics information.

C#
Copy
public class NetworkStatistics : IDisposable
Inheritance
System.Object
NetworkStatistics
Implements
System.IDisposable

Properties

View Source

AppId

A property to get the application ID from NetworkStatistics.

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
System.String

Application ID.

API Level: 6
View Source

ApplicationState

A property to get the application state from NetworkStatistics.

Declaration
C#
Copy
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
C#
Copy
public DateTime From { get; }
Property Value
Type Description
System.DateTime

from(start) of time interval.

API Level: 6
View Source

IncomingCounter

A property to get incoming counter from NetworkStatistics.

Declaration
C#
Copy
public long IncomingCounter { get; }
Property Value
Type Description
System.Int64

incoming counter.

API Level: 6
View Source

InterfaceName

A property to get interface name from NetworkStatistics.

Declaration
C#
Copy
public string InterfaceName { get; }
Property Value
Type Description
System.String

Interface name.

API Level: 6
View Source

InterfaceType

A property to get the interface type from NetworkStatistics.

Declaration
C#
Copy
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
C#
Copy
public bool IsRoaming { get; }
Property Value
Type Description
System.Boolean

IsRoaming.

API Level: 6
View Source

OutgoingCounter

A property to get outgoing counter from NetworkStatistics.

Declaration
C#
Copy
public long OutgoingCounter { get; }
Property Value
Type Description
System.Int64

outgoing counter.

API Level: 6
View Source

Protocol

A property to get the network protocol type from NetworkStatistics.

Declaration
C#
Copy
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
C#
Copy
public DateTime To { get; }
Property Value
Type Description
System.DateTime

to(end) of time interval.

API Level: 6

Methods

View Source

Dispose()

A method to destroy the managed NetworkStatistics objects.

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

Dispose(Boolean)

Releases the resources used by the NetworkStatistics.

Declaration
C#
Copy
protected void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

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

View Source

Finalize()

Destroy the NetworkStatistics object

Declaration
C#
Copy
protected void Finalize()

Implements

System.IDisposable