PayPal.SOAP.MerchantAPICallPreHandler.InitCredential C# (CSharp) Method

InitCredential() private method

Initializes the instance of ICredential
private InitCredential ( ) : void
return void
        private void InitCredential()
        {
            try
            {
                if (credential == null)
                {
                    credential = GetCredentials();
                }
            }
            catch(System.Exception ex)
            {
                throw ex;
            }
        }