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
Location:
trunk/sources/HeuristicLab.Clients.OKB/3.3/Properties
Files:
2 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}
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/Properties/Settings.settings

    r14732 r14738  
    33  <Profiles />
    44  <Settings>
     5    <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">
     6      <Value Profile="(Default)">3</Value>
     7    </Setting>
    58    <Setting Name="EndpointConfigurationPriorities" Type="System.Collections.Specialized.StringCollection" Scope="Application">
    69      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    710&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
     11  &lt;string&gt;NetBinding_IQueryService&lt;/string&gt;
    812  &lt;string&gt;WSHttpBinding_IQueryService&lt;/string&gt;
    913&lt;/ArrayOfString&gt;</Value>
    1014    </Setting>
    11     <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">
    12       <Value Profile="(Default)">3</Value>
    13     </Setting>
    1415  </Settings>
    1516</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.