FpcFirewallServiceLogFields
The FpcFirewallServiceLogFields enumerated type contains
values that describe the log fields of the Firewall service.
enum FpcFirewallServiceLogFields {
fpcFWClientIP = 0x0000001,
fpcFWClientUserName = 0x0000002,
fpcFWClientAgent = 0x0000004,
fpcFWClientAuthenticate = 0x0000008,
fpcFWLogDate = 0x0000010,
fpcFWLogTime = 0x0000020,
fpcFWService = 0x0000040,
fpcFWServerName = 0x0000080,
fpcFWReferredServer = 0x0000100,
fpcFWDestHost = 0x0000200,
fpcFWDestHostIP = 0x0000400,
fpcFWDestHostPort = 0x0000800,
fpcFWProcessingTime = 0x0001000,
fpcFWBytesSent = 0x0002000,
fpcFWBytesRecvd = 0x0004000,
fpcFWProtocol = 0x0008000,
fpcFWTransport = 0x0010000,
fpcFWOperation = 0x0020000,
fpcFWUri = 0x0040000,
fpcFWMimeType = 0x0080000,
fpcFWObjectSource = 0x0100000,
fpcFWResultCode = 0x0200000,
fpcFWCacheInfo = 0x0400000,
fpcFWRule1 = 0x0800000,
fpcFWRule2 = 0x1000000,
fpcFWSessionId = 0x2000000,
fpcFWConnectionId = 0x4000000
};
Members
- fpcFWClientIP
- The client IP field.
- fpcFWClientUserName
- The client user name field.
- fpcFWClientAgent
- The client agent field.
- fpcFWClientAuthenticate
- The client authentication field.
- fpcFWLogDate
- The date field.
- fpcFWLogTime
- The time field.
- fpcFWService
- The service field.
- fpcFWServerName
- The server name field.
- fpcFWReferredServer
- The referred server field.
- fpcFWDestHost
- The destination host field.
- fpcFWDestHostIP
- The destination host IP field.
- fpcFWDestHostPort
- The destination host port field.
- fpcFWProcessingTime
- The processing time field.
- fpcFWBytesSent
- The bytes sent field.
- fpcFWBytesRecvd
- The bytes received field.
- fpcFWProtocol
- The protocol field.
- fpcFWTransport
- The transport field.
- fpcFWOperation
- The operation field.
- fpcFWUri
- The Uniform Resource Identifier field.
- fpcFWMimeType
- The mime type field.
- fpcFWObjectSource
- The object source field.
- fpcFWResultCode
- The result code field.
- fpcFWCacheInfo
- The cache information field.
- fpcFWRule1
- A rule field.
- fpcFWRule2
- A rule field.
- fpcFWSessionId
- The session ID field.
- fpcFWConnectionId
- The connection ID field.