1
jingh
2021-08-07 b6f85e01324b145ab7fd4399be1726a6b306f85a
WebAPI/Web References/WebS/Reference.cs
@@ -901,7 +901,7 @@
        
        /// <remarks/>
        public 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;