Click or drag to resize

MessageHeader Class

Represents the SOAP message header.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKMessageHeader
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public sealed class MessageHeader

The MessageHeader type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationKey
Authentication key passed by client. This is an encrypted string containing the Enterprise ID, Site ID and Vendor ID
Public propertyCulture
A string representing the culture that made the call
Public propertyDatabaseName
The name of the database to use. A disadvantage of this is database names should be unique for every enterprise + site combination.
Public propertyIntegrationKey
A key that can be entered for the purposes of marking which SDK integration entered or modified data.
Public propertyUserCode
A user code that can be entered for the purposes of marking which user entered or modified data.
Top
Remarks