jqXHR Class

Namespace: SharpKit.jQuery

Base Types

System.Object

Constructors

Name Description
jqXHR()

Methods

Name Description
abort() Cancels the current HTTP request.
getAllResponseHeaders() Retrieves all response headers in a single string
getResponseHeader(string) Retrieves a response header value by name
setRequestHeader(string, string) Adds custom HTTP headers to the request which departs from the standard by replacing the old value with the new one rather than concatenating the new value to the old one

Properties

Name Description
readyState Retrieves the current state of the request operation.
responseText Retrieves the response body as a string.
status Retrieves the HTTP status code of the request.
statusText Retrieves the friendly HTTP status of the request.
© Copyright 2005-2011 SharpKit. All rights reserved.