Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

Status Event

Fired when the HTTP status line is received from the server.

Syntax

public void fireStatus(Amazons3StatusEvent event);

public class Amazons3StatusEvent {
  public String HTTPVersion;
  public int statusCode;
  public String description;
}

Remarks

HTTPVersion is a string containing the HTTP version string as returned from the server (e.g. "1.1").

StatusCode contains the HTTP status code (e.g. 200), and Description the associated message returned by the server (e.g. "OK").

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0