Click or drag to resize
LogRequestsToDisk Constructor (Boolean, String)
Initializes a new instance of the LogRequestsToDisk class.

Namespace:  Intuit.Ipp.Core.Rest
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public LogRequestsToDisk(
	bool enableServiceRequestLogging,
	string serviceRequestLoggingLocation
)

Parameters

enableServiceRequestLogging
Type: SystemBoolean
Value indicating whether to log request response messages.
serviceRequestLoggingLocation
Type: SystemString
Request Response logging locationl
See Also