AppleReceiptVerifier.ReceiptManager.ReceiptManager C# (CSharp) Method

ReceiptManager() public method

Initializes a new instance of the ReceiptManager class.
public ReceiptManager ( ) : System
return System
        public ReceiptManager()
        {
            this.appleHttpRequest = new AppleHttpRequest();
        }

Same methods

ReceiptManager::ReceiptManager ( IAppleHttpRequest appleHttpRequest ) : System