Click or drag to resize

HttpSendFinishArgs Properties

The HttpSendFinishArgs type exposes the following members.

Properties
  NameDescription
Public propertyRequestBinaryContent
Gets or sets the binary content of the request.
Public propertyRequestTextContent
Gets or sets the text content of the request.
Public propertyResponseBinaryContent
Gets or sets the binary content of the response.
Public propertyResponseHeaders
Gets or sets the headers of the response.
Public propertyResponseTextContent
Gets or sets the binary content of the response.
Public propertySender
Gets or sets the sender of the request, either a client or publisher.
Top
See Also