PageRenderTime 54ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/WCFWebApi/src/Microsoft.ServiceModel.Internal/SR.Designer.cs

#
C# | 175 lines | 92 code | 29 blank | 54 comment | 1 complexity | df22b947ed7eb8c75f331a4d6a160eb7 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.239
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Microsoft.ServiceModel {
  11. internal partial class SR {
  12. static System.Resources.ResourceManager resourceManager;
  13. static System.Globalization.CultureInfo resourceCulture;
  14. private SR() {
  15. }
  16. internal static System.Resources.ResourceManager ResourceManager {
  17. get {
  18. if (object.ReferenceEquals(resourceManager, null)) {
  19. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Microsoft.ServiceModel.SR", typeof(SR).Assembly);
  20. resourceManager = temp;
  21. }
  22. return resourceManager;
  23. }
  24. }
  25. [System.CodeDom.Compiler.GeneratedCodeAttribute("StrictResXFileCodeGenerator", "4.0.0.0")]
  26. internal static System.Globalization.CultureInfo Culture {
  27. get {
  28. return resourceCulture;
  29. }
  30. set {
  31. resourceCulture = value;
  32. }
  33. }
  34. /// <summary>Gets localized string like: Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode.</summary>
  35. internal static string CertificateUnsupportedForHttpTransportCredentialOnly {
  36. get {
  37. return ResourceManager.GetString("CertificateUnsupportedForHttpTransportCredentialOnly", Culture);
  38. }
  39. }
  40. /// <summary>Gets localized string like: The endpoint specified cannot be null or an empty string. Please specify a valid endpoint. Valid endpoint values can be found in the system.serviceModel/extensions/endpointExtensions collection.</summary>
  41. internal static string ConfigEndpointTypeCannotBeNullOrEmpty {
  42. get {
  43. return ResourceManager.GetString("ConfigEndpointTypeCannotBeNullOrEmpty", Culture);
  44. }
  45. }
  46. /// <summary>Gets localized string like: Cannot load the X.509 certificate identity specified in the configuration</summary>
  47. internal static string UnableToLoadCertificateIdentity {
  48. get {
  49. return ResourceManager.GetString("UnableToLoadCertificateIdentity", Culture);
  50. }
  51. }
  52. /// <summary>Gets localized string like: A child element named '{0}' with same key already exists at the same configuration scope. Collection elements must be unique within the same configuration scope (e.g. the same application.config file). Duplicate key value: '{1}'.</summary>
  53. /// <param name="param0">Parameter 0 for string: A child element named '{0}' with same key already exists at the same configuration scope. Collection elements must be unique within the same configuration scope (e.g. the same application.config file). Duplicate key value: '{1}'.</param>
  54. /// <param name="param1">Parameter 1 for string: A child element named '{0}' with same key already exists at the same configuration scope. Collection elements must be unique within the same configuration scope (e.g. the same application.config file). Duplicate key value: '{1}'.</param>
  55. internal static string ConfigDuplicateKeyAtSameScope(object param0, object param1) {
  56. return string.Format(Culture, ResourceManager.GetString("ConfigDuplicateKeyAtSameScope", Culture), param0, param1);
  57. }
  58. /// <summary>Gets localized string like: The '{0}' configuration element key cannot be null.</summary>
  59. /// <param name="param0">Parameter 0 for string: The '{0}' configuration element key cannot be null.</param>
  60. internal static string ConfigElementKeyNull(object param0) {
  61. return string.Format(Culture, ResourceManager.GetString("ConfigElementKeyNull", Culture), param0);
  62. }
  63. /// <summary>Gets localized string like: At least one of the configuration element keys '{0}' must not be null.</summary>
  64. /// <param name="param0">Parameter 0 for string: At least one of the configuration element keys '{0}' must not be null.</param>
  65. internal static string ConfigElementKeysNull(object param0) {
  66. return string.Format(Culture, ResourceManager.GetString("ConfigElementKeysNull", Culture), param0);
  67. }
  68. /// <summary>Gets localized string like: Configuration endpoint extension '{0}' could not be found. Verify that this endpoint extension is properly registered in system.serviceModel/extensions/endpointExtensions and that it is spelled correctly.</summary>
  69. /// <param name="param0">Parameter 0 for string: Configuration endpoint extension '{0}' could not be found. Verify that this endpoint extension is properly registered in system.serviceModel/extensions/endpointExtensions and that it is spelled correctly.</param>
  70. internal static string ConfigEndpointExtensionNotFound(object param0) {
  71. return string.Format(Culture, ResourceManager.GetString("ConfigEndpointExtensionNotFound", Culture), param0);
  72. }
  73. /// <summary>Gets localized string like: Start must be between 0 and {0}. Value passed in is {1}.</summary>
  74. /// <param name="param0">Parameter 0 for string: Start must be between 0 and {0}. Value passed in is {1}.</param>
  75. /// <param name="param1">Parameter 1 for string: Start must be between 0 and {0}. Value passed in is {1}.</param>
  76. internal static string ConfigInvalidStartValue(object param0, object param1) {
  77. return string.Format(Culture, ResourceManager.GetString("ConfigInvalidStartValue", Culture), param0, param1);
  78. }
  79. /// <summary>Gets localized string like: No elements matching the key '{0}' were found in the configuration element collection.</summary>
  80. /// <param name="param0">Parameter 0 for string: No elements matching the key '{0}' were found in the configuration element collection.</param>
  81. internal static string ConfigKeyNotFoundInElementCollection(object param0) {
  82. return string.Format(Culture, ResourceManager.GetString("ConfigKeyNotFoundInElementCollection", Culture), param0);
  83. }
  84. /// <summary>Gets localized string like: The key does not match the indexer key. When setting the value of a specific index, the key of the desired value must match the index at which it is being set. Key on element (expected value): {0}. Key provided to indexer: {1}.</summary>
  85. /// <param name="param0">Parameter 0 for string: The key does not match the indexer key. When setting the value of a specific index, the key of the desired value must match the index at which it is being set. Key on element (expected value): {0}. Key provided to indexer: {1}.</param>
  86. /// <param name="param1">Parameter 1 for string: The key does not match the indexer key. When setting the value of a specific index, the key of the desired value must match the index at which it is being set. Key on element (expected value): {0}. Key provided to indexer: {1}.</param>
  87. internal static string ConfigKeysDoNotMatch(object param0, object param1) {
  88. return string.Format(Culture, ResourceManager.GetString("ConfigKeysDoNotMatch", Culture), param0, param1);
  89. }
  90. /// <summary>Gets localized string like: The '{0}' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.</summary>
  91. /// <param name="param0">Parameter 0 for string: The '{0}' configuration section cannot be created. The machine.config file is missing information. Verify that this configuration section is properly registered and that you have correctly spelled the section name. For Windows Communication Foundation sections, run ServiceModelReg.exe -i to fix this error.</param>
  92. internal static string ConfigSectionNotFound(object param0) {
  93. return string.Format(Culture, ResourceManager.GetString("ConfigSectionNotFound", Culture), param0);
  94. }
  95. /// <summary>Gets localized string like: The inner listener factory of {0} must be set before this operation.</summary>
  96. /// <param name="param0">Parameter 0 for string: The inner listener factory of {0} must be set before this operation.</param>
  97. internal static string InnerListenerFactoryNotSet(object param0) {
  98. return string.Format(Culture, ResourceManager.GetString("InnerListenerFactoryNotSet", Culture), param0);
  99. }
  100. /// <summary>Gets localized string like: The type {0} registered as a policy extension does not implement IPolicyImportExtension</summary>
  101. /// <param name="param0">Parameter 0 for string: The type {0} registered as a policy extension does not implement IPolicyImportExtension</param>
  102. internal static string InvalidPolicyExtensionTypeInConfig(object param0) {
  103. return string.Format(Culture, ResourceManager.GetString("InvalidPolicyExtensionTypeInConfig", Culture), param0);
  104. }
  105. /// <summary>Gets localized string like: The type {0} registered as a WSDL extension does not implement IWsdlImportExtension.</summary>
  106. /// <param name="param0">Parameter 0 for string: The type {0} registered as a WSDL extension does not implement IWsdlImportExtension.</param>
  107. internal static string InvalidWsdlExtensionTypeInConfig(object param0) {
  108. return string.Format(Culture, ResourceManager.GetString("InvalidWsdlExtensionTypeInConfig", Culture), param0);
  109. }
  110. /// <summary>Gets localized string like: Operation '{0}' in contract '{1}' has both '{2}' and '{3}'; only one can be present.</summary>
  111. /// <param name="param0">Parameter 0 for string: Operation '{0}' in contract '{1}' has both '{2}' and '{3}'; only one can be present.</param>
  112. /// <param name="param1">Parameter 1 for string: Operation '{0}' in contract '{1}' has both '{2}' and '{3}'; only one can be present.</param>
  113. /// <param name="param2">Parameter 2 for string: Operation '{0}' in contract '{1}' has both '{2}' and '{3}'; only one can be present.</param>
  114. /// <param name="param3">Parameter 3 for string: Operation '{0}' in contract '{1}' has both '{2}' and '{3}'; only one can be present.</param>
  115. internal static string MultipleWebAttributes(object param0, object param1, object param2, object param3) {
  116. return string.Format(Culture, ResourceManager.GetString("MultipleWebAttributes", Culture), param0, param1, param2, param3);
  117. }
  118. /// <summary>Gets localized string like: Could not find endpoint element with name '{0}' and contract '{1}' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element.</summary>
  119. /// <param name="param0">Parameter 0 for string: Could not find endpoint element with name '{0}' and contract '{1}' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element.</param>
  120. /// <param name="param1">Parameter 1 for string: Could not find endpoint element with name '{0}' and contract '{1}' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element.</param>
  121. internal static string SFxConfigChannelConfigurationNotFound(object param0, object param1) {
  122. return string.Format(Culture, ResourceManager.GetString("SFxConfigChannelConfigurationNotFound", Culture), param0, param1);
  123. }
  124. /// <summary>Gets localized string like: Could not find default endpoint element that references contract '{0}' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.</summary>
  125. /// <param name="param0">Parameter 0 for string: Could not find default endpoint element that references contract '{0}' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.</param>
  126. internal static string SFxConfigContractNotFound(object param0) {
  127. return string.Format(Culture, ResourceManager.GetString("SFxConfigContractNotFound", Culture), param0);
  128. }
  129. /// <summary>Gets localized string like: UriTemplate does not support '{0}' as a valid format for a segment or a query part.</summary>
  130. /// <param name="param0">Parameter 0 for string: UriTemplate does not support '{0}' as a valid format for a segment or a query part.</param>
  131. internal static string UTInvalidFormatSegmentOrQueryPart(object param0) {
  132. return string.Format(Culture, ResourceManager.GetString("UTInvalidFormatSegmentOrQueryPart", Culture), param0);
  133. }
  134. /// <summary>Gets localized string like: UriTemplateTable (with allowDuplicateEquivalentUriTemplates = false) does not support both '{0}' and '{1}', since they are equivalent. Call MakeReadOnly with allowDuplicateEquivalentUriTemplates = true to use both of these UriTemplates in the same table. See the documentation for UriTemplateTable for more detail.</summary>
  135. /// <param name="param0">Parameter 0 for string: UriTemplateTable (with allowDuplicateEquivalentUriTemplates = false) does not support both '{0}' and '{1}', since they are equivalent. Call MakeReadOnly with allowDuplicateEquivalentUriTemplates = true to use both of these UriTemplates in the same table. See the documentation for UriTemplateTable for more detail.</param>
  136. /// <param name="param1">Parameter 1 for string: UriTemplateTable (with allowDuplicateEquivalentUriTemplates = false) does not support both '{0}' and '{1}', since they are equivalent. Call MakeReadOnly with allowDuplicateEquivalentUriTemplates = true to use both of these UriTemplates in the same table. See the documentation for UriTemplateTable for more detail.</param>
  137. internal static string UTTDuplicate(object param0, object param1) {
  138. return string.Format(Culture, ResourceManager.GetString("UTTDuplicate", Culture), param0, param1);
  139. }
  140. /// <summary>Gets localized string like: The type {0} registered as a WSDL extension does not have a public default constructor. WSDL extensions must have a public default constructor.</summary>
  141. /// <param name="param0">Parameter 0 for string: The type {0} registered as a WSDL extension does not have a public default constructor. WSDL extensions must have a public default constructor.</param>
  142. internal static string WsdlExtensionTypeRequiresDefaultConstructor(object param0) {
  143. return string.Format(Culture, ResourceManager.GetString("WsdlExtensionTypeRequiresDefaultConstructor", Culture), param0);
  144. }
  145. }
  146. }