IPv4InterfaceStatistics.BytesSent Property

Definition

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

public:
 abstract property long BytesSent { long get(); };
public abstract long BytesSent { get; }
member this.BytesSent : int64
Public MustOverride ReadOnly Property BytesSent As Long

Property Value

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

Applies to