C# Class System.Net.XmlHttpRequest

Inheritance: XmlHttpRequestEventTarget
显示文件 Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

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 listener ) : void
AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void
AddEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 listener ) : void
RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Send ( ) : void
Send ( ArrayBuffer data ) : void
Send ( ArrayBufferView data ) : void
Send ( Blob data ) : void
Send ( DocumentBase data ) : void
Send ( FormData data ) : void
Send ( string data ) : void
SendAsBinary ( string body ) : void
SetRequestHeader ( string header, string value ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, Action listener ) : void
type XmlHttpRequestEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void
type XmlHttpRequestEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void
type XmlHttpRequestEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlHttpRequestEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlHttpRequestEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlHttpRequestEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void
type XmlHttpRequestEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

GetAllResponseHeaders() public method

public GetAllResponseHeaders ( ) : string
return string

GetResponseHeader() public method

public GetResponseHeader ( string header ) : string
header string
return string

Open() public method

public Open ( System.Net.HttpVerb verb, string url ) : void
verb System.Net.HttpVerb
url string
return void

Open() public method

public Open ( System.Net.HttpVerb verb, string url, bool @async ) : void
verb System.Net.HttpVerb
url string
@async bool
return void

Open() public method

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

Open() public method

public Open ( string method, string url ) : void
method string
url string
return void

Open() public method

public Open ( string method, string url, bool async ) : void
method string
url string
async bool
return void

Open() public method

public Open ( string method, string url, bool async, string user ) : void
method string
url string
async bool
user string
return void

Open() public method

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

OverrideMimeType() public method

public OverrideMimeType ( string mime ) : void
mime string
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, Action listener ) : void
type XmlHttpRequestEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, Action listener, bool capture ) : void
type XmlHttpRequestEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener ) : void
type XmlHttpRequestEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlHttpRequestEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlHttpRequestEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlHttpRequestEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener ) : void
type XmlHttpRequestEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Send() public method

public Send ( ) : void
return void

Send() public method

public Send ( ArrayBuffer data ) : void
data ArrayBuffer
return void

Send() public method

public Send ( ArrayBufferView data ) : void
data ArrayBufferView
return void

Send() public method

public Send ( Blob data ) : void
data Blob
return void

Send() public method

public Send ( DocumentBase data ) : void
data System.Xml.DocumentBase
return void

Send() public method

public Send ( FormData data ) : void
data FormData
return void

Send() public method

public Send ( string data ) : void
data string
return void

SendAsBinary() public method

public SendAsBinary ( string body ) : void
body string
return void

SetRequestHeader() public method

public SetRequestHeader ( string header, string value ) : void
header string
value string
return void