WebServiceResponseHandlerInfo class

Information provided to web service response handlers.

public abstract class WebServiceResponseHandlerInfo

Public Members

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.

Protected Members

name description
WebServiceResponseHandlerInfo(…) Initializes a new instance of the WebServiceResponseHandlerInfo class.

See Also