Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/17 11:02:20 (8 years ago)
Author:
jkarder
Message:

#2743: cleaned up

  • regenerated service clients
  • updated app configs
  • removed old partial classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/Properties/Settings.Designer.cs

    r14732 r14738  
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
    29             "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
    30             "tring>WSHttpBinding_IQueryService</string>\r\n</ArrayOfString>")]
    31         public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities {
    32             get {
    33                 return ((global::System.Collections.Specialized.StringCollection)(this["EndpointConfigurationPriorities"]));
    34             }
    35         }
    36        
    37         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    38         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    3928        [global::System.Configuration.DefaultSettingValueAttribute("3")]
    4029        public int MaxEndpointRetries {
     
    4332            }
    4433        }
     34       
     35        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     36        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     37        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
     38<ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
     39  <string>NetBinding_IQueryService</string>
     40  <string>WSHttpBinding_IQueryService</string>
     41</ArrayOfString>")]
     42        public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities {
     43            get {
     44                return ((global::System.Collections.Specialized.StringCollection)(this["EndpointConfigurationPriorities"]));
     45            }
     46        }
    4547    }
    4648}
Note: See TracChangeset for help on using the changeset viewer.