Formats a SOAP message.
More...
|
| override string | MaskContents (string body, ISet< string > keysToMask) |
| | Masks the contents of the traced message. More...
|
| |
|
| const string | MASK_PATTERN = "REDACTED" |
| | The mask pattern to be used when masking sensitive data in logs. More...
|
| |
| override string Google.Api.Ads.Common.Logging.SoapTraceFormatter.MaskContents |
( |
string |
body, |
|
|
ISet< string > |
keysToMask |
|
) |
| |
|
inlinevirtual |
Masks the contents of the traced message.
- Parameters
-
| body | The message body. |
| keysToMask | The keys for which values should be masked in the message body. |
- Returns
- The formatted message body.
Implements Google.Api.Ads.Common.Logging.TraceFormatter.
The documentation for this class was generated from the following file: