AppleReceiptVerifier.ReceiptManager.ReceiptManager C# (CSharp) Method

ReceiptManager() private method

Initializes a new instance of the ReceiptManager class.
private ReceiptManager ( IAppleHttpRequest appleHttpRequest ) : System
appleHttpRequest IAppleHttpRequest The apple HTTP request.
return System
        internal ReceiptManager(IAppleHttpRequest appleHttpRequest)
        {
            this.appleHttpRequest = appleHttpRequest;
        }

Same methods

ReceiptManager::ReceiptManager ( ) : System