MACROMEDIA FLASH MEDIA SERVER 2-CLIENT-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR FLASH MEDIA SERVER 2 Manuel d'utilisateur Page 150

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 149
147
SERVER-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR ADOBE MEDIA SERVER 5.0.1
Server-Side ActionScript Language Reference
Last updated 7/2/2013
SHA256.computeDigest()
SHA256.computeDigest(bytes)
Uses the SHA-256 hash algorithm to compute the digest of a message.
The function throws a JavaScript Error if the bytes argument is null or not a ByteArray.
Availability
Flash Media Server 4
Parameters
bytes A ByteArray containing the message.
Returns
A String that is a 64 character hexadecimal representation of the digest.
SOAPCall class
Availability
Flash Media Server 2
The SOAPCall class is the object type that is returned from all web service calls. These objects are typically constructed
automatically when a Web Service Definition Language (WSDL) is parsed and a stub is generated.
Property summary
Event handler summary
SOAPCall.onFault()
SOAPCall.onFault(fault)
Invoked when a method has failed and returned an error.
Availability
Flash Media Server 2
Parameters
fault The fault parameter is an object version of an XML SOAP Fault (see SOAPCall class).
Property Description
SOAPCall.request An XML object that represents the current SOAP (Simple Object Access Protocol) request.
SOAPCall.response An XML object that represents the most recent SOAP response.
Event handler Description
SOAPCall.onFault() Invoked when a method has failed and returned an error.
SOAPCall.onResult() Invoked when a method has successfully invoked and returned.
Vue de la page 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 171 172

Commentaires sur ces manuels

Pas de commentaire