XmlHttpRequestDetails Class

Represents required and optional arguments passed into Observable.XmlHttpRequest.

Namespace: SharpKit.Rx

Base Types

System.Object

Constructors

Name Description
XmlHttpRequestDetails() Creates a new XmlHttpRequestDetails object.

Properties

Name Description
Headers Adds custom HTTP headers to the request.
Method Required. String that specifies the HTTP method used to open the connection: such as GET, POST, or HEAD. This parameter is not case-sensitive.
Password Optional. String that specifies the password for authentication. This parameter is ignored if the user parameter is null ("") or missing.
Url Required. String that specifies either the absolute or a relative URL of the XML data or server-side XML Web services.
User Optional. String that specifies the name of the user for authentication. If this parameter is null ("") or missing and the site requires authentication, the component displays a logon window
© Copyright 2005-2011 SharpKit. All rights reserved.