Property | Type | Description |
---|
Method | Description | |
---|---|---|
Abort ( ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, Action listener ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void | ||
AddEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
GetAllResponseHeaders ( ) : string | ||
GetResponseHeader ( string header ) : string | ||
Open ( System.Net.HttpVerb verb, string url ) : void | ||
Open ( System.Net.HttpVerb verb, string url, bool @async ) : void | ||
Open ( System.Net.HttpVerb verb, string url, bool @async, string userName, string password ) : void | ||
Open ( string method, string url ) : void | ||
Open ( string method, string url, bool async ) : void | ||
Open ( string method, string url, bool async, string user ) : void | ||
Open ( string method, string url, bool async, string user, string password ) : void | ||
OverrideMimeType ( string mime ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, Action listener ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
Send ( ) : void | ||
Send ( ArrayBuffer data ) : void | ||
Send ( ArrayBufferView data ) : void | ||
Send ( Blob data ) : void | ||
Send ( |
||
Send ( |
||
Send ( string data ) : void | ||
SendAsBinary ( string body ) : void | ||
SetRequestHeader ( string header, string value ) : void |
public AddEventListener ( XmlHttpRequestEvents type, Action listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | Action | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | Action | |
capture | bool | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandler | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | IEventListener | |
return | void |
public AddEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public GetResponseHeader ( string header ) : string | ||
header | string | |
return | string |
public Open ( System.Net.HttpVerb verb, string url ) : void | ||
verb | System.Net.HttpVerb | |
url | string | |
return | void |
public Open ( System.Net.HttpVerb verb, string url, bool @async ) : void | ||
verb | System.Net.HttpVerb | |
url | string | |
@async | bool | |
return | void |
public Open ( System.Net.HttpVerb verb, string url, bool @async, string userName, string password ) : void | ||
verb | System.Net.HttpVerb | |
url | string | |
@async | bool | |
userName | string | |
password | string | |
return | void |
public Open ( string method, string url ) : void | ||
method | string | |
url | string | |
return | void |
public Open ( string method, string url, bool async ) : void | ||
method | string | |
url | string | |
async | bool | |
return | void |
public Open ( string method, string url, bool async, string user ) : void | ||
method | string | |
url | string | |
async | bool | |
user | string | |
return | void |
public Open ( string method, string url, bool async, string user, string password ) : void | ||
method | string | |
url | string | |
async | bool | |
user | string | |
password | string | |
return | void |
public OverrideMimeType ( string mime ) : void | ||
mime | string | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, Action listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | Action | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | Action | |
capture | bool | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandler | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget |
||
type | XmlHttpRequestEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void | ||
type | XmlHttpRequestEvents | |
listener | IEventListener | |
return | void |
public RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlHttpRequestEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public Send ( |
||
data | ||
return | void |
public SetRequestHeader ( string header, string value ) : void | ||
header | string | |
value | string | |
return | void |