HtmlWebResponseObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response object for html content
public class HtmlWebResponseObject : Microsoft.PowerShell.Commands.WebResponseObject, IDisposable
type HtmlWebResponseObject = class
inherit WebResponseObject
interface IDisposable
Public Class HtmlWebResponseObject
Inherits WebResponseObject
Implements IDisposable
- Inheritance
- Implements
Fields
perReadTimeout |
Time permitted between reads or Timeout.InfiniteTimeSpan for no timeout. (Inherited from WebResponseObject) |
Properties
AllElements |
gets the Elements property |
BaseResponse |
Gets or sets the BaseResponse property. (Inherited from WebResponseObject) |
Content |
gets or protected sets the Content property |
Forms |
gets the Forms property |
Headers |
Gets the Headers property. (Inherited from WebResponseObject) |
Images |
gets the Images property |
InputFields |
gets the Fields property |
Links |
gets the Links property |
ParsedHtml |
gets the ParsedHtml property |
RawContent |
Gets or protected sets the full response content. (Inherited from WebResponseObject) |
RawContentLength |
Gets the length (in bytes) of RawContentStream. (Inherited from WebResponseObject) |
RawContentStream |
Gets or protected sets the response body content as a MemoryStream. (Inherited from WebResponseObject) |
RelationLink |
Gets the RelationLink property. (Inherited from WebResponseObject) |
Scripts |
gets the Scripts property |
StatusCode |
Gets the response status code. (Inherited from WebResponseObject) |
StatusDescription |
Gets the response status description. (Inherited from WebResponseObject) |
Methods
Dispose() |
Dispose the the instance of the class. |
Finalize() |
Finalizer to free the COM objects. |
ToString() |
Returns the string representation of this web response. (Inherited from WebResponseObject) |