SIPSorcery.CRM.SugarCRM.SugarHelper.SugarHelper C# (CSharp) 메소드

SugarHelper() 공개 메소드

public SugarHelper ( ) : System
리턴 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;
        }