TWebResponse Class

Represents type TWebResponse.

Namespace: System.Net.HTTP.Client
TObject
  System.Net.HTTP.Client.TWebResponse
type
 TWebResponse = class sealed(TObject)
 end;

The TWebResponse type exposes the following members.

Show:
 NameDescription
Content

Represents property Content.

ContentAsText

Represents property ContentAsText.

ContentStream

Represents property ContentStream.

ContentType

Represents property ContentType.

Headers

Represents property Headers.

StatusCode

Represents property StatusCode.

StatusDescription

Represents property StatusDescription.

Success

Represents property Success.

Top
Show:
 NameDescription
GetContent

Represents method GetContent.

GetContentAsText

Represents method GetContentAsText.

GetContentStream

Represents method GetContentStream.

GetContentType

Represents method GetContentType.

GetHeaders

Represents method GetHeaders.

GetStatusCode

Represents method GetStatusCode.

GetStatusDescription

Represents method GetStatusDescription.

GetSuccess

Represents method GetSuccess.

SaveToStream(TStream)

Represents method SaveToStream(TStream).

Top