Click or drag to resize

HttpResponseReceivedArgs Properties

The HttpResponseReceivedArgs type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets or sets the binary content received from the server.
Public propertyRequestArgs
Gets or sets the original request arguments.
Public propertyResponse
Gets or sets the incoming HTTP response received from the server.
Public propertySender
Gets or sets the sender of the request, either a client or publisher.
Top
See Also