HttpResponseMessageUtility class

Provides utility methods for working with HttpResponseMessage.

public static class HttpResponseMessageUtility

Public Members

name description
static CreateWebServiceException(…) Creates an exception for the specified response.
static CreateWebServiceExceptionWithContentPreviewAsync(…) Creates an exception for the specified response, reading a content preview from the response.
static ReadContentPreviewAsync(…) Reads a content preview from the response.

See Also