ResponseMessage class

ResponseMessage class

Represents a response message.

The ResponseMessage type exposes the following members:

Properties

PropertyDescription
headersGets the headers.
contentGets or sets the response content.
requestGets or sets the associated request.
is_successGets a value indicating whether this message is success.

See Also