IInetLogInformation
The IInetLogInformation COM interface is implemented and exposed by IIS. This interface can be used by your custom logging module to retrieve specific types of information about the current logging event.
The following methods are exposed by IIS.
Methods in Vtable Order
The IInetLogInformation interface inherits the methods of the standard COM interface IUnknown.
The IInetLogInformation interface defines the following methods.
Method |
Description |
---|---|
Returns the number of bytes received from the client |
|
Returns the number of bytes sent by the client |
|
Returns the IP address of the client |
|
Returns the user name of the client |
|
Returns the local computer to which the logging module is applied |
|
Returns a null-delimited list of parameters requested by the logging module from the Web server |
|
Retrieves the function to be called |
|
Retrieves the parameters related to the current operation |
|
Retrieves the number of the port the client is connected to |
|
Retrieves the protocol dependent status code returned to the client |
|
Obtains the IP address of the server that is having its activity recorded by the logging module |
|
Obtains the name of the server instance that is being logged |
|
Obtains the target for the current operation |
|
Retrieves the number of milliseconds it took for the operation to complete |
|
Retrieves the version of the HTTP protocol used for the request |
|
Retrieves the Win32 status code of the request |
All interface, function, and data structure definitions are provided in the header file ilogobj.hxx.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in ilogobj.hxx.