Class NetworkStatistics
Definition
- Assembly:
- Tizen.Network.Stc.dll
A class for managing the Stc statistics information.
C#Copypublic class NetworkStatistics : IDisposable
- Inheritance
-
objectNetworkStatistics
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic string AppId { get; }
Property Value
| Type | Description |
|---|---|
| string | Application ID. |
Declaration
C#Copypublic ApplicationStateType ApplicationState { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationStateType | Monitored application state. |
Declaration
C#Copypublic DateTime From { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | from(start) of time interval. |
Declaration
C#Copypublic long IncomingCounter { get; }
Property Value
| Type | Description |
|---|---|
| long | incoming counter. |
Declaration
C#Copypublic string InterfaceName { get; }
Property Value
| Type | Description |
|---|---|
| string | Interface name. |
Declaration
C#Copypublic NetworkInterface InterfaceType { get; }
Property Value
| Type | Description |
|---|---|
| NetworkInterface | Interface type. |
Declaration
C#Copypublic bool IsRoaming { get; }
Property Value
| Type | Description |
|---|---|
| bool | IsRoaming. |
Declaration
C#Copypublic long OutgoingCounter { get; }
Property Value
| Type | Description |
|---|---|
| long | outgoing counter. |
Declaration
C#Copypublic NetworkProtocol Protocol { get; }
Property Value
| Type | Description |
|---|---|
| NetworkProtocol | Network Protocol type. |
Declaration
C#Copypublic DateTime To { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | to(end) of time interval. |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |
Declaration
C#Copyprotected ~NetworkStatistics()
Implements
System.IDisposable