Click or drag to resize
CoreHelperGetRequestLogging Method
Gets the Request Response Logging mechanism.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static LogRequestsToDisk GetRequestLogging(
	ServiceContext serviceContext
)

Parameters

serviceContext
Type: Intuit.Ipp.CoreServiceContext
The serivce context object.

Return Value

Type: LogRequestsToDisk
Returns value which specifies the request response logging mechanism.
See Also