C# Class System.Net.XmlHttpRequestUpload

Inheritance: XmlHttpRequestEventTarget
Mostra file Open project: Saltarelle/SaltarelleWeb

Public Methods

Method Description
AddEventListener ( XmlHttpRequestUploadEvents type, Action listener ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, Action listener, bool capture ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener ) : void
AddEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, Action listener ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, Action listener, bool capture ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
XmlHttpRequestUpload ( ) : System.Html

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestUploadEvents
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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestUploadEvents
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