Click or drag to resize

webResult Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Osnovna verzija Rezultata
Inheritance Hierarchy

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

The webResult type exposes the following members.

Constructors
  NameDescription
Public methodwebResult
Initializes a new instance of the webResult class
Public methodwebResult(cacheResponse)
Building webResult from cacheResponse
Public methodwebResult(webRequest)
Initializes a new instance of the webResult class
Top
Properties
  NameDescription
Public propertybyteSize
Byte size of the document source code
Public propertydataObject
Opcioni objekat za smestanje podataka
(Inherited from webResultBase.)
Public propertydocument
Web dokument koji je ucitan
(Inherited from webResultBase.)
Public propertyHtmlDocument
Public propertyhttpStatus
Public propertyrequest
Instanca prema requestu koji je obradio ovaj odgovor
(Inherited from webResultBase.)
Public propertyresponse
Web odgovor koji je dobijen
(Inherited from webResultBase.)
Public propertysourceCode
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
(Inherited from webResultBase.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodreleaseDocumentFromMemory
Releases the document from memory
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