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

Syntax

Visual Basic (Declaration)
<WebServiceAttribute(Namespace := "http://www.catalinatechnology.com/services/ctAC/"), _
 ObfuscationAttribute(Exclude := False, ApplyToMembers := True, Feature := "encrypt-strings")>

Public Class baseServiceAC
    Inherits WebService
C#
[WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")]
[ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")]
public class baseServiceAC : WebService
C++
[WebServiceAttribute(Namespace = L"http://www.catalinatechnology.com/services/ctAC/")]
[ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = L"encrypt-strings")]
ref class baseServiceAC : WebService
J#
/** @attribute WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") */
/** @attribute ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") */
public class baseServiceAC extends WebService
JScript
public 
   WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")
   ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")
class baseServiceAC extends WebService

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Web.Services.WebService
         ctAC.baseServiceAC
            Derived types

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