| IRestHandler Interface |
Namespace: Intuit.Ipp.Core.Rest
public interface IRestHandler
The IRestHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| GetResponse |
Returns the response by calling REST service.
| |
| GetResponseStream |
Returns the response as streamn by calling REST service.
| |
| PrepareRequest |
Prepares the HttpWebRequest along with authentication header added to the request.
|