Click or drag to resize

serverRequestReceivedEventType Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Tip dogadjaja - za objekat: serverRequestReceived

Namespace:  imbACE.Network.internet.events
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public enum serverRequestReceivedEventType
Request Example View Source
Members
  Member nameValueDescription
unknown0
error1
getFile2 Trys to find file in the serving path
crmAction3 The CRM action: it expects action, module, record and other parameters in get
startSession4 The ALC approved the username
accessDenied5 The access denied for the username, password and/or IP address
authorisedRequest6 The access is granted
terminateSession7 The access was granted - client calls for session termination
See Also