Click or drag to resize
CoreHelper Class
Helper class.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.CoreCoreHelper

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 class CoreHelper

The CoreHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckNullResponseAndThrowException
Checks whether the reponse is null or empty and throws communication exception.
Public methodStatic memberGetCompressor
Gets the compression mechanism using the service context and the depending on the request and response.
Public methodStatic memberGetRequestLogging
Gets the Request Response Logging mechanism.
Public methodStatic memberGetSerializer
Gets the serializer mechanism using the service context and the depending on the request and response.
Public methodStatic memberParseResponseIntoXml
Parses the response string to an XmlDocument object.
Top
See Also