Braintree.TestUtil.BraintreeTestHttpService.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( string MerchantId, string URL ) : HttpResponseMessage
MerchantId string
URL string
리턴 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