yangle
2022-11-25 1bb2a53375ae3f3b54cc6b5a47f11027b0bb8b97
WebAPI/Web References/WebS/Reference.cs
@@ -1077,7 +1077,8 @@
        
        /// <remarks/>
        public WebService1() {
            this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_WebService1;
            //this.Url = global::WebAPI.Properties.Settings.Default.WebAPI_WebS_WebService1;
            this.Url = System.Configuration.ConfigurationManager.AppSettings["sUrl"];
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;