Microsoft Internet Security and Acceleration Server 2000

FpcWebProxyServiceLogFields

The FpcWebProxyServiceLogFields enumerated type contains values that describe the log fields of the Web proxy service.

enum FpcWebProxyServiceLogFields {
  fpcW3PClientIP		 = 0x0000001,
  fpcW3PClientUserName	 = 0x0000002,
  fpcW3PClientAgent		= 0x0000004,
  fpcW3PClientAuthenticate = 0x0000008,
  fpcW3PLogDate			= 0x0000010,
  fpcW3PLogTime			= 0x0000020,
  fpcW3PService			= 0x0000040,
  fpcW3PServerName		 = 0x0000080,
  fpcW3PReferredServer	 = 0x0000100,
  fpcW3PDestHost		 = 0x0000200,
  fpcW3PDestHostIP		 = 0x0000400,
  fpcW3PDestHostPort	 = 0x0000800,
  fpcW3PProcessingTime	 = 0x0001000,
  fpcW3PBytesSent		= 0x0002000,
  fpcW3PBytesRecvd		 = 0x0004000,
  fpcW3PProtocol		 = 0x0008000,
  fpcW3PTransport		= 0x0010000,
  fpcW3POperation		= 0x0020000,
  fpcW3PUri				= 0x0040000,
  fpcW3PMimeType		 = 0x0080000,
  fpcW3PObjectSource	 = 0x0100000,
  fpcW3PResultCode		 = 0x0200000,
  fpcW3PCacheInfo		= 0x0400000,
  fpcW3PRule1			= 0x0800000,
  fpcW3PRule2			= 0x1000000,
};

Members

fpcW3PClientIP
The client IP field.
fpcW3PClientUserName
The client user name field.
fpcW3PClientAgent
The client agent field.
fpcW3PClientAuthenticate
The client authentication field.
fpcW3PLogDate
The date field.
fpcW3PLogTime
The time field.
fpcW3PService
The service field.
fpcW3PServerName
The server name field.
fpcW3PReferredServer
The referred server field.
fpcW3PDestHost
The destination host field.
fpcW3PDestHostIP
The destination host IP field.
fpcW3PDestHostPort
The destination host port field.
fpcW3PProcessingTime
The processing time field.
fpcW3PBytesSent
The bytes sent field.
fpcW3PBytesRecvd
The bytes received field
fpcW3PProtocol
The protocol field.
fpcW3PTransport
The transport field.
fpcW3POperation
The operation field.
fpcW3PUri
The Uniform Resource Identifier field.
fpcW3PMimeType
The mime type field.
fpcW3PObjectSource
The object source field.
fpcW3PResultCode
The result code field
fpcW3PCacheInfo
The cache information field.
fpcW3PRule1
A rule field.
fpcW3PRule2
A rule field.