This is the header required for all web accessable functions in all ctAC services This is represented as the variable myCTACHeader in all services


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
Public Class ctACHeader
    Inherits SoapHeader
C#
public class ctACHeader : SoapHeader
C++
ref class ctACHeader : SoapHeader
J#
public class ctACHeader extends SoapHeader
JScript
public class ctACHeader extends SoapHeader

Inheritance Hierarchy

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also