Information provided to web service response handlers.
public abstract class WebServiceResponseHandlerInfo
| name | description |
|---|---|
| CancellationToken { get; } | Gets the cancellation token. |
| IsContentRead { get; } | True if the content has been read from the web response. |
| WebResponse { get; } | Gets the web response. |
| DetachWebResponse() | Detaches the web response. |
| MarkContentAsRead() | Marks the content as having been read from the web response. |
| name | description |
|---|---|
| WebServiceResponseHandlerInfo(…) | Initializes a new instance of the WebServiceResponseHandlerInfo class. |