C# Class System.Net.XmlHttpRequestUpload

Inheritance: XmlHttpRequestEventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Méthodes publiques

Méthode 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

Méthode Description
XmlHttpRequestUpload ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, Action listener ) : void
type XmlHttpRequestUploadEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, Action listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener ) : void
type XmlHttpRequestUploadEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, Action listener ) : void
type XmlHttpRequestUploadEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, Action listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener ) : void
type XmlHttpRequestUploadEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlHttpRequestUploadEvents type, IEventListener listener, bool capture ) : void
type XmlHttpRequestUploadEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void