IPv4InterfaceStatistics::BytesSent Property

 

Gets the number of bytes that were sent on the interface.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property long long BytesSent {
	virtual long long get() abstract;
}

Property Value

Type: System::Int64

An Int64 value that specifies the total number of bytes that were transmitted on the interface.

.NET Framework
Available since 2.0
Return to top
Show: