Braintree.TestUtil.BraintreeTestHttpService.Get C# (CSharp) Method

Get() public method

public Get ( string MerchantId, string URL ) : HttpResponseMessage
MerchantId string
URL string
return System.Net.Http.HttpResponseMessage
        public HttpResponseMessage Get(string MerchantId, string URL)
        {
            return GetJsonResponse(MerchantId, URL, "GET", null);
        }

Same methods

BraintreeTestHttpService::Get ( string MerchantId, string URL ) : HttpWebResponse
BraintreeTestHttpService