AppleReceiptVerifier.ReceiptManager.ReceiptManager C# (CSharp) Метод

ReceiptManager() приватный Метод

Initializes a new instance of the ReceiptManager class.
private ReceiptManager ( IAppleHttpRequest appleHttpRequest ) : System
appleHttpRequest IAppleHttpRequest The apple HTTP request.
Результат System
        internal ReceiptManager(IAppleHttpRequest appleHttpRequest)
        {
            this.appleHttpRequest = appleHttpRequest;
        }

Same methods

ReceiptManager::ReceiptManager ( ) : System