WebServiceResponse class

A web service response.

public class WebServiceResponse

Public Members

name description
WebServiceResponse(…) Initializes a new instance of the WebServiceResponse class.
Content { get; } Gets the content.
Headers { get; } Gets the headers.
RequestMethod { get; } The method used by the request.
RequestUri { get; } The request URI.
StatusCode { get; } Gets the status code.

See Also