Method Clone
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Clone()
Creates a copy of these options.
public QueryGuardCaptureOptions Clone()
Returns
- QueryGuardCaptureOptions
An independent copy.
Remarks
Options are configured once at startup and then read on the command path. Taking a copy at registration means a later mutation of the configuration object cannot change capture behavior halfway through a request.