Click or drag to resize

webLoader Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Osnovna verzija webLoader klase
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Network.web.corewebLoaderBase
        imbACE.Network.webwebLoader

Namespace:  imbACE.Network.web
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class webLoader : webLoaderBase
Request Example View Source

The webLoader type exposes the following members.

Constructors
  NameDescription
Public methodwebLoader
Initializes a new instance of the webLoader class
Top
Properties
  NameDescription
Public propertyhas_requestBlock
Da li ima requestBlock?
(Inherited from webLoaderBase.)
Public propertyonExecutionProgress_hasHandler
Proverava da li ima handler vec
(Inherited from webLoaderBase.)
Public propertyonProxyChangeCall_hasHandler
Proverava da li ima handler vec
(Inherited from webLoaderBase.)
Public propertyonProxyChanged_hasHandler
Proverava da li ima handler vec
(Inherited from webLoaderBase.)
Public propertyonRequestBlockAborted_hasHandler
Proverava da li ima handler vec
(Inherited from webLoaderBase.)
Public propertyonRequestBlockFinished_hasHandler
Proverava da li ima handler vec
(Inherited from webLoaderBase.)
Public propertyrequestBlock
First requestBlock - trenutno odabrani request block
(Inherited from webLoaderBase.)
Public propertyrequestBlocks
Svi elementi: requestBlocks
(Inherited from webLoaderBase.)
Public propertysettings
Podesavanja za webLoader
(Inherited from webLoaderBase.)
Top
Methods
  NameDescription
Public methodaddNewRequest
Pravi novi request i dodaje ga u trenutni request block
(Inherited from webLoaderBase.)
Public methodcallExecutionProgress(String)
Event invoker za ExecutionProgress - Progress
(Inherited from webLoaderBase.)
Public methodcallExecutionProgress(webRequestBlock, webRequestBlockEventArgs) (Inherited from webLoaderBase.)
Public methodcallProxyChangeCall
Event invoker za ProxyChangeCall - ako je ovaj objekat uzrok dogadjaja onda moze i bez argumenata da se pozove
(Inherited from webLoaderBase.)
Public methodcallProxyChanged
Event invoker za ProxyChanged - ako je ovaj objekat uzrok dogadjaja onda moze i bez argumenata da se pozove
(Inherited from webLoaderBase.)
Public methodcallRequestBlockAborted
Event invoker za RequestBlockAborted - ako je ovaj objekat uzrok dogadjaja onda moze i bez argumenata da se pozove
(Inherited from webLoaderBase.)
Public methodcallRequestBlockFinished
Event invoker za RequestBlockFinished - ako je ovaj objekat uzrok dogadjaja onda moze i bez argumenata da se pozove
(Inherited from webLoaderBase.)
Public methodcreateNewRequestBlock
Pravi novi request block i postavlja ga za current
(Inherited from webLoaderBase.)
Public methodexecuteAllBlocks (Inherited from webLoaderBase.)
Public methodexecuteCurrentBlock (Inherited from webLoaderBase.)
Public methodexecuteRequest(webRequest, executionSyncMode, Boolean)
Izvrsava jedan request
(Inherited from webLoaderBase.)
Public methodexecuteRequest(String, executionSyncMode, webRequestActionType, webRequestType, Boolean)
Omogućava ad-hoc izvršavanje webRequest-a
(Inherited from webLoaderBase.)
Public methodonExecutionProgress_addHandler
Postavlja event handler za ExecutionProgress (onExecutionProgress)
(Inherited from webLoaderBase.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodonProxyChangeCall_addHandler
Postavlja event handler za ProxyChangeCall (onProxyChangeCall)
(Inherited from webLoaderBase.)
Public methodonProxyChanged_addHandler
Postavlja event handler za ProxyChanged (onProxyChanged)
(Inherited from webLoaderBase.)
Public methodonRequestBlockAborted_addHandler
Postavlja event handler za RequestBlockAborted (onRequestBlockAborted)
(Inherited from webLoaderBase.)
Public methodonRequestBlockFinished_addHandler
Postavlja event handler za RequestBlockFinished (onRequestBlockFinished)
(Inherited from webLoaderBase.)
Public methodpurgeExecutedBlocksAndRequests
Brise RequestBlock-ove koji su izvrseni
(Inherited from webLoaderBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also