Microsoft Internet Security and Acceleration Server 2004 SDK

BytesSent Property of IFPCLogEntry[C++]

FPCLogEntry.BytesSent [Visual Basic]

[C++]

The BytesSent property gets the number of bytes sent from the internal client to the external server during the current connection.

HRESULT get_BytesSent(
  __int64* plBytesSent
);

Parameters

plBytesSent
Pointer to a 64-bit integer that is set on return to the number of bytes sent from the internal client to the external server during the current connection.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The BytesSent property gets the number of bytes sent from the internal client to the external server during the current connection.

Property BytesSent As Long

Property Value

A 64-bit integer that specifies the number of bytes sent from the internal client to the external server during the current connection.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCLogEntry