Click or drag to resize

IWebResult Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Interface for webResult object containing loaded HtmlDocument instance

Namespace:  imbCommonModels.pageAnalytics.core
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface IWebResult

The IWebResult type exposes the following members.

Properties
  NameDescription
Public propertybyteSize
Gets the size of the byte.
Public propertyHtmlDocument
Gets the HTML document.
Public propertyresponseUrl
Public propertysourceCode
Gets the source code.
Top
Methods
  NameDescription
Public methodreleaseDocumentFromMemory
Releases memory taken by loaded HtmlDocument
Top
See Also