C# Class AppleReceiptVerifier.AppleHttpRequest

Apple Http Request
Inheritance: IAppleHttpRequest
Afficher le fichier Open project: devdaves/AppleReceiptVerifier

Méthodes publiques

Méthode Description
GetResponse ( Uri url, string postData ) : string

Gets the response.

Method Details

GetResponse() public méthode

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