Table of Contents

Class XMLHttpRequestUpload

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The XMLHttpRequestUpload interface represents the upload process for a specific XMLHttpRequest. It is an opaque object that represents the underlying, browser-dependent, upload process. It is an XMLHttpRequestEventTarget and can be obtained by calling Upload.

[Value("XMLHttpRequestUpload")]
public class XMLHttpRequestUpload : XMLHttpRequestEventTarget
Inheritance
XMLHttpRequestUpload
Inherited Members

Remarks

Constructors

XMLHttpRequestUpload()

public XMLHttpRequestUpload()