SIPSorcery.CRM.SugarCRM.SugarHelper.SugarHelper C# (CSharp) Method

SugarHelper() public method

public SugarHelper ( ) : System
return System
        public SugarHelper()
        {
            //Create a new instance of the client proxy
            this.sugarClient = new sugarsoapPortTypeClient(new BasicHttpBinding(), new EndpointAddress("http://crm.sipsorcery.com/soap.php"));

            //Set the default value
            this.sessionId = String.Empty;
        }