C# Class AppleReceiptVerifier.AppleHttpRequest

Apple Http Request
Inheritance: IAppleHttpRequest
Show file Open project: devdaves/AppleReceiptVerifier

Public Methods

Method Description
GetResponse ( Uri url, string postData ) : string

Gets the response.

Method Details

GetResponse() public method

Gets the response.
public GetResponse ( Uri url, string postData ) : string
url System.Uri The URL.
postData string The data to be posted.
return string