Changeset 15261 for stable/HeuristicLab.Clients.OKB/3.3/Properties
- Timestamp:
- 07/16/17 13:03:37 (7 years ago)
- Location:
- stable
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14722,14726,14732,14738,14748-14749,14820,14828,15005,15075
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.OKB/3.3/Properties/Settings.Designer.cs
r14732 r15261 26 26 [global::System.Configuration.ApplicationScopedSettingAttribute()] 27 27 [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()]39 28 [global::System.Configuration.DefaultSettingValueAttribute("3")] 40 29 public int MaxEndpointRetries { … … 43 32 } 44 33 } 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 } 45 47 } 46 48 } -
stable/HeuristicLab.Clients.OKB/3.3/Properties/Settings.settings
r14732 r15261 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application"> 6 <Value Profile="(Default)">3</Value> 7 </Setting> 5 8 <Setting Name="EndpointConfigurationPriorities" Type="System.Collections.Specialized.StringCollection" Scope="Application"> 6 9 <Value Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 10 <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 11 <string>NetBinding_IQueryService</string> 8 12 <string>WSHttpBinding_IQueryService</string> 9 13 </ArrayOfString></Value> 10 14 </Setting> 11 <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">12 <Value Profile="(Default)">3</Value>13 </Setting>14 15 </Settings> 15 16 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.