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
-
NetworkStatistics
- Implements
Properties
View SourceAppId
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 SourceApplicationState
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 SourceFrom
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 SourceIncomingCounter
A property to get incoming counter from NetworkStatistics.
Declaration
public long IncomingCounter { get; }
Property Value
Type | Description |
---|---|
Int64 | incoming counter. |
API Level: 6
View SourceInterfaceName
A property to get interface name from NetworkStatistics.
Declaration
public string InterfaceName { get; }
Property Value
Type | Description |
---|---|
String | Interface name. |
API Level: 6
View SourceInterfaceType
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 SourceIsRoaming
A property to get the roaming type from NetworkStatistics.
Declaration
public bool IsRoaming { get; }
Property Value
Type | Description |
---|---|
Boolean | IsRoaming. |
API Level: 6
View SourceOutgoingCounter
A property to get outgoing counter from NetworkStatistics.
Declaration
public long OutgoingCounter { get; }
Property Value
Type | Description |
---|---|
Int64 | outgoing counter. |
API Level: 6
View SourceProtocol
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 SourceTo
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 SourceDispose()
A method to destroy the managed NetworkStatistics objects.
Declaration
public void Dispose()
API Level: 6
View SourceDispose(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. |
Finalize()
Destroy the NetworkStatistics object
Declaration
protected void Finalize()