Terrarium.Services.Reporting.ReportingService.ReportingService C# (CSharp) Method

ReportingService() public method

public ReportingService ( )
        public ReportingService() {
            this.Url = "http://localhost:56385/Website/reporting/reportpopulation.asmx";
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;
            }
            else {
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }