







![]() ![]() ![]() |
.NET Framework Class Library |
XmlHttpRequestDetails Properties |
XmlHttpRequestDetails Class See Also Send Feedback |
The XmlHttpRequestDetails type exposes the following members.
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
|