[Flags]
public enum ConfigurableMessageHandler.LogEventTypeSpecifies the type(s) of request/response events to log.
Namespace
GoogleApisHttpAssembly
Google.Apis.Core.dll
| Fields | |
|---|---|
| Name | Description | 
| None | Log no request/response information. | 
| RequestBody | Log the request body. The body is assumed to be ASCII, and non-printable charaters are replaced by '.'. Warning: This causes the body content to be buffered in memory, so use with care for large requests. | 
| RequestHeaders | Log the request headers. | 
| RequestUri | Log the request URI. | 
| ResponseAbnormal | Log abnormal response messages. | 
| ResponseBody | Log the response body. The body is assumed to be ASCII, and non-printable characters are replaced by '.'. Warning: This causes the body content to be buffered in memory, so use with care for large responses. | 
| ResponseHeaders | Log the response headers. | 
| ResponseStatus | Log the response status. |