Click or drag to resize

PlainTextWebResponse Properties

The PlainTextWebResponse type exposes the following members.

Properties
  NameDescription
Protected propertyEncoding
Gets the encoding of the text.
(Inherited from TextWebResponse.)
Public propertyPlainText
Gets the plain text.
Public propertyResponseType
Gets the type of the response.
(Inherited from WebResponse.)
Public propertyResponseUrl
Gets the URL of the response.
(Inherited from WebResponse.)
Public propertySuccess
Gets a value indicating whether the response is considered successful.
(Inherited from WebResponse.)
Protected propertyText
Gets the text.
(Inherited from TextWebResponse.)
Top
See Also