artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRServiceModel.cs (884)
19internal static string @NoIPEndpointsFoundForHost => GetResourceString("NoIPEndpointsFoundForHost", @"No IPEndpoints were found for host {0}.");
21internal static string @DnsResolveFailed => GetResourceString("DnsResolveFailed", @"No DNS entries exist for host {0}.");
23internal static string @RequiredAttributeMissing => GetResourceString("RequiredAttributeMissing", @"Attribute '{0}' is required on element '{1}'.");
25internal static string @SecurityTokenManagerCannotCreateProviderForRequirement => GetResourceString("SecurityTokenManagerCannotCreateProviderForRequirement", @"The security token manager cannot create a token provider for requirement '{0}'.");
27internal static string @SecurityTokenManagerCannotCreateAuthenticatorForRequirement => GetResourceString("SecurityTokenManagerCannotCreateAuthenticatorForRequirement", @"The security token manager cannot create a token authenticator for requirement '{0}'.");
29internal static string @SecurityStateEncoderDecodingFailure => GetResourceString("SecurityStateEncoderDecodingFailure", @"The DataProtectionSecurityStateEncoder is unable to decode the byte array. Ensure that a 'UserProfile' is loaded, if this is a 'web farm scenario' ensure all servers are running as the same user with the roaming profiles or provide a custom SecurityStateEncoder'.");
31internal static string @SecurityStateEncoderEncodingFailure => GetResourceString("SecurityStateEncoderEncodingFailure", @"The DataProtectionSecurityStateEncoder is unable to encode the byte array. Ensure that a 'UserProfile' is loaded, if this is a 'web farm scenario' ensure all servers are running as the same user with the roaming profiles or provide a custom SecurityStateEncoder'.");
33internal static string @EncodingBindingElementDoesNotHandleReaderQuotas => GetResourceString("EncodingBindingElementDoesNotHandleReaderQuotas", @"Unable to obtain XmlDictionaryReaderQuotas from the Binding. If you have specified a custom EncodingBindingElement, verify that the EncodingBindingElement can handle XmlDictionaryReaderQuotas in its GetProperty<T>() method.");
35internal static string @ErrorSerializingSecurityToken => GetResourceString("ErrorSerializingSecurityToken", @"There was an error serializing the security token. Please see the inner exception for more details.");
37internal static string @ErrorDeserializingKeyIdentifierClauseFromTokenXml => GetResourceString("ErrorDeserializingKeyIdentifierClauseFromTokenXml", @"There was an error creating the security key identifier clause from the security token XML. Please see the inner exception for more details.");
39internal static string @ErrorDeserializingTokenXml => GetResourceString("ErrorDeserializingTokenXml", @"There was an error deserializing the security token XML. Please see the inner exception for more details.");
41internal static string @TokenRequirementDoesNotSpecifyTargetAddress => GetResourceString("TokenRequirementDoesNotSpecifyTargetAddress", @"The token requirement '{0}' does not specify the target address. This is required by the token manager for creating the corresponding security token provider.");
43internal static string @DerivedKeyNotInitialized => GetResourceString("DerivedKeyNotInitialized", @"The derived key has not been computed for the security token.");
45internal static string @IssuedTokenAuthenticationModeRequiresSymmetricIssuedKey => GetResourceString("IssuedTokenAuthenticationModeRequiresSymmetricIssuedKey", @"The IssuedToken security authentication mode requires the issued token to contain a symmetric key.");
47internal static string @MultipleIssuerEndpointsFound => GetResourceString("MultipleIssuerEndpointsFound", @"Policy for multiple issuer endpoints was retrieved from '{0}' but the relying party's policy does not specify which issuer endpoint to use. One of the endpoints was selected as the issuer endpoint to use. If you are using svcutil, the other endpoints will be available in commented form in the configuration as <alternativeIssuedTokenParameters>. Check the configuration to ensure that the right issuer endpoint was selected.");
49internal static string @MultipleSecurityCredentialsManagersInChannelBindingParameters => GetResourceString("MultipleSecurityCredentialsManagersInChannelBindingParameters", @"The ClientCredentials cannot be added to the binding parameters because the binding parameters already contains a SecurityCredentialsManager '{0}'. If you are configuring custom credentials for the channel, please first remove any existing ClientCredentials from the behaviors collection before adding the custom credential.");
51internal static string @DerivedKeyTokenNonceTooLong => GetResourceString("DerivedKeyTokenNonceTooLong", @"The length ('{0}' bytes) of the derived key's Nonce exceeds the maximum length ('{1}' bytes) allowed.");
53internal static string @DerivedKeyTokenLabelTooLong => GetResourceString("DerivedKeyTokenLabelTooLong", @"The length ('{0}' bytes) of the derived key's Label exceeds the maximum length ('{1}' bytes) allowed.");
55internal static string @DerivedKeyTokenOffsetTooHigh => GetResourceString("DerivedKeyTokenOffsetTooHigh", @"The derived key's Offset ('{0}' bytes) exceeds the maximum offset ('{1}' bytes) allowed.");
57internal static string @DerivedKeyTokenGenerationAndLengthTooHigh => GetResourceString("DerivedKeyTokenGenerationAndLengthTooHigh", @"The derived key's generation ('{0}') and length ('{1}' bytes) result in a key derivation offset that is greater than the maximum offset ('{2}' bytes) allowed.");
59internal static string @BufferQuotaExceededReadingBase64 => GetResourceString("BufferQuotaExceededReadingBase64", @"Unable to finish reading Base64 data as the given buffer quota has been exceeded. Buffer quota: {0}. Consider increasing the MaxReceivedMessageSize quota on the TransportBindingElement. Please note that a very high value for MaxReceivedMessageSize will result in buffering a large message and might open the system to DOS attacks.");
61internal static string @Psha1KeyLengthInvalid => GetResourceString("Psha1KeyLengthInvalid", @"The PSHA1 key length '{0}' is invalid.");
63internal static string @CloneNotImplementedCorrectly => GetResourceString("CloneNotImplementedCorrectly", @"Clone() was not implemented properly by '{0}'. The cloned object was '{1}'.");
65internal static string @BadIssuedTokenType => GetResourceString("BadIssuedTokenType", @"The issued token is of unexpected type '{0}'. Expected token type '{1}'.");
67internal static string @RstrHasMultipleIssuedTokens => GetResourceString("RstrHasMultipleIssuedTokens", @"The RequestSecurityTokenResponse has multiple RequestedSecurityToken elements.");
69internal static string @RstrHasMultipleProofTokens => GetResourceString("RstrHasMultipleProofTokens", @"The RequestSecurityTokenResponse has multiple RequestedProofToken elements.");
71internal static string @ProofTokenXmlUnexpectedInRstr => GetResourceString("ProofTokenXmlUnexpectedInRstr", @"The proof token XML element is not expected in the response.");
73internal static string @InvalidKeyLengthRequested => GetResourceString("InvalidKeyLengthRequested", @"The key length '{0}' requested is invalid.");
75internal static string @CannotImportProtectionLevelForContract => GetResourceString("CannotImportProtectionLevelForContract", @"The policy to import a process cannot import a binding for contract ({0},{1}). The protection requirements for the binding are not compatible with a binding already imported for the contract. You must reconfigure the binding.");
77internal static string @ClientCredentialTypeMustBeSpecifiedForMixedMode => GetResourceString("ClientCredentialTypeMustBeSpecifiedForMixedMode", @"ClientCredentialType.None is not valid for the TransportWithMessageCredential security mode. Specify a message credential type or use a different security mode.");
79internal static string @NegotiationFailedIO => GetResourceString("NegotiationFailedIO", @"Transport security negotiation failed due to an underlying IO error: {0}.");
81internal static string @AnonymousLogonsAreNotAllowed => GetResourceString("AnonymousLogonsAreNotAllowed", @"The service does not allow you to log on anonymously.");
83internal static string @UnableToObtainIssuerMetadata => GetResourceString("UnableToObtainIssuerMetadata", @"Obtaining metadata from issuer '{0}' failed with error '{1}'.");
85internal static string @ErrorImportingIssuerMetadata => GetResourceString("ErrorImportingIssuerMetadata", @"Importing metadata from issuer '{0}' failed with error '{1}'.");
87internal static string @MultipleSupportingAuthenticatorsOfSameType => GetResourceString("MultipleSupportingAuthenticatorsOfSameType", @"Multiple supporting token authenticators with the token parameter type equal to '{0}' cannot be specified. If more than one Supporting Token of the same type is expected in the response, then configure the supporting token collection with just one entry for that SecurityTokenParameters. The SecurityTokenAuthenticator that gets created from the SecurityTokenParameters will be used to authenticate multiple tokens. It is not possible to add SecurityTokenParameters of the same type in the SupportingTokenParameters collection or repeat it across EndpointSupportingTokenParameters and OperationSupportingTokenParameters.");
89internal static string @SecurityTokenParametersCloneInvalidResult => GetResourceString("SecurityTokenParametersCloneInvalidResult", @"The CloneCore method of {0} type returned an invalid result.");
91internal static string @CertificateUnsupportedForHttpTransportCredentialOnly => GetResourceString("CertificateUnsupportedForHttpTransportCredentialOnly", @"Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode.");
93internal static string @BasicHttpMessageSecurityRequiresCertificate => GetResourceString("BasicHttpMessageSecurityRequiresCertificate", @"BasicHttp binding requires that BasicHttpBinding.Security.Message.ClientCredentialType be equivalent to the BasicHttpMessageCredentialType.Certificate credential type for secure messages. Select Transport or TransportWithMessageCredential security for UserName credentials.");
95internal static string @EntropyModeRequiresRequestorEntropy => GetResourceString("EntropyModeRequiresRequestorEntropy", @"The client must provide key entropy in key entropy mode '{0}'.");
97internal static string @BearerKeyTypeCannotHaveProofKey => GetResourceString("BearerKeyTypeCannotHaveProofKey", @"A Proof Token was found in the response that was returned by the Security Token Service for a Bearer Key Type token request. Note that Proof Tokens should not be generated when a Bearer Key Type request is made.");
99internal static string @BearerKeyIncompatibleWithWSFederationHttpBinding => GetResourceString("BearerKeyIncompatibleWithWSFederationHttpBinding", @"Bearer Key Type is not supported with WSFederationHttpBinding. Please use WS2007FederationHttpBinding.");
101internal static string @UnableToCreateKeyTypeElementForUnknownKeyType => GetResourceString("UnableToCreateKeyTypeElementForUnknownKeyType", @"Unable to create Key Type element for the Key Type '{0}'. This might be due to a wrong version of MessageSecurityVersion set on the SecurityBindingElement.");
103internal static string @EntropyModeCannotHaveProofTokenOrIssuerEntropy => GetResourceString("EntropyModeCannotHaveProofTokenOrIssuerEntropy", @"The issuer cannot provide key entropy or a proof token in key entropy mode '{0}'.");
105internal static string @EntropyModeCannotHaveRequestorEntropy => GetResourceString("EntropyModeCannotHaveRequestorEntropy", @"The client cannot provide key entropy in key entropy mode '{0}'.");
107internal static string @EntropyModeRequiresProofToken => GetResourceString("EntropyModeRequiresProofToken", @"The issuer must provide a proof token in key entropy mode '{0}'.");
109internal static string @EntropyModeRequiresComputedKey => GetResourceString("EntropyModeRequiresComputedKey", @"The issuer must provide a computed key in key entropy mode '{0}'.");
111internal static string @EntropyModeRequiresIssuerEntropy => GetResourceString("EntropyModeRequiresIssuerEntropy", @"The issuer must provide key entropy in key entropy mode '{0}'.");
113internal static string @EntropyModeCannotHaveComputedKey => GetResourceString("EntropyModeCannotHaveComputedKey", @"The issuer cannot provide a computed key in key entropy mode '{0}'.");
115internal static string @UnknownComputedKeyAlgorithm => GetResourceString("UnknownComputedKeyAlgorithm", @"The computed key algorithm '{0}' is not supported.");
117internal static string @NoncesCachedInfinitely => GetResourceString("NoncesCachedInfinitely", @"The ReplayWindow and ClockSkew cannot be the maximum possible value when replay detection is enabled.");
119internal static string @DownlevelNameCannotMapToUpn => GetResourceString("DownlevelNameCannotMapToUpn", @"Cannot map Windows user '{0}' to a UserPrincipalName that can be used for S4U impersonation.");
121internal static string @CannotImportSupportingTokensForOperationWithoutRequestAction => GetResourceString("CannotImportSupportingTokensForOperationWithoutRequestAction", @"Security policy import failed. The security policy contains supporting token requirements at the operation scope. The contract description does not specify the action for the request message associated with this operation.");
123internal static string @SymmetricSecurityBindingElementNeedsProtectionTokenParameters => GetResourceString("SymmetricSecurityBindingElementNeedsProtectionTokenParameters", @"SymmetricSecurityBindingElement cannot build a channel or listener factory. The ProtectionTokenParameters property is required but not set. Binding element configuration: {0}");
125internal static string @AsymmetricSecurityBindingElementNeedsInitiatorTokenParameters => GetResourceString("AsymmetricSecurityBindingElementNeedsInitiatorTokenParameters", @"AsymmetricSecurityBindingElement cannot build a channel or listener factory. The InitiatorTokenParameters property is required but not set. Binding element configuration: {0}");
127internal static string @AsymmetricSecurityBindingElementNeedsRecipientTokenParameters => GetResourceString("AsymmetricSecurityBindingElementNeedsRecipientTokenParameters", @"AsymmetricSecurityBindingElement cannot build a channel or listener factory. The RecipientTokenParameters property is required but not set. Binding element configuration: {0}");
129internal static string @NoAppliesToPresent => GetResourceString("NoAppliesToPresent", @"No AppliesTo element is present in the deserialized RequestSecurityToken/RequestSecurityTokenResponse.");
131internal static string @CantInferReferenceForToken => GetResourceString("CantInferReferenceForToken", @"Can't infer an external reference for '{0}' token type.");
133internal static string @TrustDriverIsUnableToCreatedNecessaryAttachedOrUnattachedReferences => GetResourceString("TrustDriverIsUnableToCreatedNecessaryAttachedOrUnattachedReferences", @"Unable to create Attached or Unattached reference for '{0}'.");
135internal static string @TrustDriverVersionDoesNotSupportSession => GetResourceString("TrustDriverVersionDoesNotSupportSession", @"The configured Trust version does not support sessions. Use WSTrustFeb2005 or above.");
137internal static string @TrustDriverVersionDoesNotSupportIssuedTokens => GetResourceString("TrustDriverVersionDoesNotSupportIssuedTokens", @"The configured WS-Trust version does not support issued tokens. WS-Trust February 2005 or later is required.");
139internal static string @SecureConversationRequiredByReliableSession => GetResourceString("SecureConversationRequiredByReliableSession", @"Cannot establish a reliable session without secure conversation. Enable secure conversation.");
141internal static string @TransactionFlowRequiredIssuedTokens => GetResourceString("TransactionFlowRequiredIssuedTokens", @"In order to flow a transaction, flowing issued tokens must also be supported.");
143internal static string @SignatureConfirmationNotSupported => GetResourceString("SignatureConfirmationNotSupported", @"The configured SecurityVersion does not support signature confirmation. Use WsSecurity11 or above.");
145internal static string @SecureConversationDriverVersionDoesNotSupportSession => GetResourceString("SecureConversationDriverVersionDoesNotSupportSession", @"The configured SecureConversation version does not support sessions. Use WSSecureConversationFeb2005 or above.");
147internal static string @OneWayOperationReturnedFault => GetResourceString("OneWayOperationReturnedFault", @"The one-way operation returned a fault message. The reason for the fault was '{0}'.");
149internal static string @OneWayOperationReturnedLargeFault => GetResourceString("OneWayOperationReturnedLargeFault", @"The one-way operation returned a fault message with Action='{0}'.");
151internal static string @OneWayOperationReturnedMessage => GetResourceString("OneWayOperationReturnedMessage", @"The one-way operation returned a non-null message with Action='{0}'.");
153internal static string @KeyLifetimeNotWithinTokenLifetime => GetResourceString("KeyLifetimeNotWithinTokenLifetime", @"The key effective and expiration times must be bounded by the token effective and expiration times.");
155internal static string @EffectiveGreaterThanExpiration => GetResourceString("EffectiveGreaterThanExpiration", @"The valid from time is greater than the valid to time.");
157internal static string @LengthMustBeGreaterThanZero => GetResourceString("LengthMustBeGreaterThanZero", @"The length of this argument must be greater than 0.");
159internal static string @KeyLengthMustBeMultipleOfEight => GetResourceString("KeyLengthMustBeMultipleOfEight", @"Key length '{0}' is not a multiple of 8 for symmetric keys.");
161internal static string @InvalidX509RawData => GetResourceString("InvalidX509RawData", @"Invalid binary representation of an X.509 certificate.");
163internal static string @ExportOfBindingWithTransportSecurityBindingElementAndNoTransportSecurityNotSupported => GetResourceString("ExportOfBindingWithTransportSecurityBindingElementAndNoTransportSecurityNotSupported", @"Security policy export failed. The binding contains a TransportSecurityBindingElement but no transport binding element that implements ITransportTokenAssertionProvider. Policy export for such a binding is not supported. Make sure the transport binding element in the binding implements the ITransportTokenAssertionProvider interface.");
165internal static string @UnsupportedSecureConversationBootstrapProtectionRequirements => GetResourceString("UnsupportedSecureConversationBootstrapProtectionRequirements", @"Cannot import the security policy. The protection requirements for the secure conversation bootstrap binding are not supported. Protection requirements for the secure conversation bootstrap must require both the request and the response to be signed and encrypted.");
167internal static string @UnsupportedBooleanAttribute => GetResourceString("UnsupportedBooleanAttribute", @"Cannot import the policy. The value of the attribute '{0}' must be either 'true', 'false', '1' or '0'. The following error occurred: '{1}'.");
169internal static string @NoTransportTokenAssertionProvided => GetResourceString("NoTransportTokenAssertionProvided", @"The security policy expert failed. The provided transport token assertion of type '{0}' did not create a transport token assertion to include the sp:TransportBinding security policy assertion.");
171internal static string @PolicyRequiresConfidentialityWithoutIntegrity => GetResourceString("PolicyRequiresConfidentialityWithoutIntegrity", @"Message security policy for the '{0}' action requires confidentiality without integrity. Confidentiality without integrity is not supported.");
173internal static string @TokenCannotCreateSymmetricCrypto => GetResourceString("TokenCannotCreateSymmetricCrypto", @"A symmetric crypto could not be created from token '{0}'.");
175internal static string @StandardsManagerCannotWriteObject => GetResourceString("StandardsManagerCannotWriteObject", @"The token Serializer cannot serialize '{0}'. If this is a custom type you must supply a custom serializer.");
177internal static string @OperationCannotBeDoneAfterProcessingIsStarted => GetResourceString("OperationCannotBeDoneAfterProcessingIsStarted", @"This operation cannot be done after processing is started.");
179internal static string @MaximumPolicyRedirectionsExceeded => GetResourceString("MaximumPolicyRedirectionsExceeded", @"The recursive policy fetching limit has been reached. Check to determine if there is a loop in the federation service chain.");
181internal static string @ClientCredentialsUnableToCreateLocalTokenProvider => GetResourceString("ClientCredentialsUnableToCreateLocalTokenProvider", @"ClientCredentials cannot create a local token provider for token requirement {0}.");
183internal static string @SecurityBindingElementCannotBeExpressedInConfig => GetResourceString("SecurityBindingElementCannotBeExpressedInConfig", @"A security policy was imported for the endpoint. The security policy contains requirements that cannot be represented in a Windows Communication Foundation configuration. Look for a comment about the SecurityBindingElement parameters that are required in the configuration file that was generated. Create the correct binding element with code. The binding configuration that is in the configuration file is not secure.");
185internal static string @ConfigurationSchemaInsuffientForSecurityBindingElementInstance => GetResourceString("ConfigurationSchemaInsuffientForSecurityBindingElementInstance", @"The configuration schema is insufficient to describe the non-standard configuration of the following security binding element:");
187internal static string @ConfigurationSchemaContainsX509IssuerSerialReference => GetResourceString("ConfigurationSchemaContainsX509IssuerSerialReference", @"The wsdl schema that was used to create this configuration file contained a 'RequireIssuerSerialReference' assertion for a X509Token. This can not be represented in configuration, you will need to programatically adjust the appropriate X509SecurityTokenParameters.X509KeyIdentifierClauseType to X509KeyIdentifierClauseType.IssuerSerial. The default of X509KeyIdentifierClauseType.Thumbprint will be used, which may cause interop issues.");
189internal static string @SecurityProtocolCannotDoReplayDetection => GetResourceString("SecurityProtocolCannotDoReplayDetection", @"The security protocol '{0}' cannot do replay detection.");
191internal static string @CannotReadToken => GetResourceString("CannotReadToken", @"Cannot read the token from the '{0}' element with the '{1}' namespace for BinarySecretSecurityToken, with a '{2}' ValueType. If this element is expected to be valid, ensure that security is configured to consume tokens with the name, namespace and value type specified.");
193internal static string @ExpectedElementMissing => GetResourceString("ExpectedElementMissing", @"Element '{0}' with namespace '{1}' not found.");
195internal static string @ExpectedOneOfTwoElementsFromNamespace => GetResourceString("ExpectedOneOfTwoElementsFromNamespace", @"Expected element '{0}' or element '{1}' (from namespace '{2}').");
197internal static string @MissingMessageID => GetResourceString("MissingMessageID", @"Request Message is missing a MessageID header. One is required to correlate a reply.");
199internal static string @OnlyBodyReturnValuesSupported => GetResourceString("OnlyBodyReturnValuesSupported", @"Only body return values are supported currently for protection, MessagePartDescription was specified.");
201internal static string @TransactionFlowBadOption => GetResourceString("TransactionFlowBadOption", @"Invalid TransactionFlowOption value.");
203internal static string @UnexpectedEndOfFile => GetResourceString("UnexpectedEndOfFile", @"Unexpected end of file.");
205internal static string @TimeStampHasCreationAheadOfExpiry => GetResourceString("TimeStampHasCreationAheadOfExpiry", @"The security timestamp is invalid because its creation time ('{0}') is greater than or equal to its expiration time ('{1}').");
207internal static string @TimeStampHasExpiryTimeInPast => GetResourceString("TimeStampHasExpiryTimeInPast", @"The security timestamp is stale because its expiration time ('{0}') is in the past. Current time is '{1}' and allowed clock skew is '{2}'.");
209internal static string @TimeStampHasCreationTimeInFuture => GetResourceString("TimeStampHasCreationTimeInFuture", @"The security timestamp is invalid because its creation time ('{0}') is in the future. Current time is '{1}' and allowed clock skew is '{2}'.");
211internal static string @TimeStampWasCreatedTooLongAgo => GetResourceString("TimeStampWasCreatedTooLongAgo", @"The security timestamp is stale because its creation time ('{0}') is too far back in the past. Current time is '{1}', maximum timestamp lifetime is '{2}' and allowed clock skew is '{3}'.");
213internal static string @UnsupportedIssuerEntropyType => GetResourceString("UnsupportedIssuerEntropyType", @"Issuer entropy is not BinarySecretSecurityToken or WrappedKeySecurityToken.");
215internal static string @NoRequestSecurityTokenResponseElements => GetResourceString("NoRequestSecurityTokenResponseElements", @"No RequestSecurityTokenResponse elements were found.");
217internal static string @NoCookieInSct => GetResourceString("NoCookieInSct", @"The SecurityContextSecurityToken does not have a cookie.");
219internal static string @ItemNotAvailableInDeserializedRST => GetResourceString("ItemNotAvailableInDeserializedRST", @"{0} is not available in deserialized RequestSecurityToken.");
221internal static string @ItemAvailableInDeserializedRSTOnly => GetResourceString("ItemAvailableInDeserializedRSTOnly", @"{0} is only available in a deserialized RequestSecurityToken.");
223internal static string @ItemNotAvailableInDeserializedRSTR => GetResourceString("ItemNotAvailableInDeserializedRSTR", @"{0} is not available in deserialized RequestSecurityTokenResponse.");
225internal static string @ItemAvailableInDeserializedRSTROnly => GetResourceString("ItemAvailableInDeserializedRSTROnly", @"{0} is only available in a deserialized RequestSecurityTokenResponse.");
227internal static string @SecureConversationNeedsBootstrapSecurity => GetResourceString("SecureConversationNeedsBootstrapSecurity", @"Cannot create security binding element based on the configuration data. When secure conversation authentication mode is selected, the secure conversation bootstrap binding element must also be specified.");
229internal static string @Hosting_ServiceActivationFailed => GetResourceString("Hosting_ServiceActivationFailed", @"The requested service, '{0}' could not be activated. See the server's diagnostic trace logs for more information.");
231internal static string @Sharing_ConnectionDispatchFailed => GetResourceString("Sharing_ConnectionDispatchFailed", @"The message could not be dispatched to the service at address '{0}'. Refer to the server Event Log for more details");
233internal static string @Sharing_EndpointUnavailable => GetResourceString("Sharing_EndpointUnavailable", @"The message could not be dispatched because the service at the endpoint address '{0}' is unavailable for the protocol of the address.");
235internal static string @UnexpectedEmptyElementExpectingClaim => GetResourceString("UnexpectedEmptyElementExpectingClaim", @"The '{0}' from the '{1}' namespace is empty and does not specify a valid identity claim.");
237internal static string @UnexpectedElementExpectingElement => GetResourceString("UnexpectedElementExpectingElement", @"'{0}' from namespace '{1}' is not expected. Expecting element '{2}' from namespace '{3}'");
239internal static string @UnexpectedDuplicateElement => GetResourceString("UnexpectedDuplicateElement", @"'{0}' from namespace '{1}' is not expected to appear more than once");
241internal static string @UnsupportedSecurityPolicyAssertion => GetResourceString("UnsupportedSecurityPolicyAssertion", @"An unsupported security policy assertion was detected during the security policy import: {0}");
243internal static string @MultipleIdentities => GetResourceString("MultipleIdentities", @"The extensions cannot contain an Identity if one is supplied as a constructor argument.");
245internal static string @InvalidUriValue => GetResourceString("InvalidUriValue", @"Value '{0}' provided for '{1}' from namespace '{2}' is an invalid absolute URI.");
247internal static string @UnrecognizedIdentityType => GetResourceString("UnrecognizedIdentityType", @"Unrecognized identity type Name='{0}', Namespace='{1}'.");
249internal static string @InvalidIdentityElement => GetResourceString("InvalidIdentityElement", @"Cannot read the Identity element. The Identity type is not supported or the Identity element is empty.");
251internal static string @UnrecognizedClaimTypeForIdentity => GetResourceString("UnrecognizedClaimTypeForIdentity", @"The ClaimType '{0}' is not recognized. Expected ClaimType '{1}'.");
253internal static string @SendCannotBeCalledAfterCloseOutputSession => GetResourceString("SendCannotBeCalledAfterCloseOutputSession", @"You cannot Send messages on a channel after CloseOutputSession has been called.");
255internal static string @CommunicationObjectCannotBeModifiedInState => GetResourceString("CommunicationObjectCannotBeModifiedInState", @"The communication object, {0}, cannot be modified while it is in the {1} state.");
257internal static string @CommunicationObjectCannotBeModified => GetResourceString("CommunicationObjectCannotBeModified", @"The communication object, {0}, cannot be modified unless it is in the Created state.");
259internal static string @CommunicationObjectCannotBeUsed => GetResourceString("CommunicationObjectCannotBeUsed", @"The communication object, {0}, is in the {1} state. Communication objects cannot be used for communication unless they are in the Opened state.");
261internal static string @CommunicationObjectFaulted1 => GetResourceString("CommunicationObjectFaulted1", @"The communication object, {0}, cannot be used for communication because it is in the Faulted state.");
263internal static string @CommunicationObjectAborted1 => GetResourceString("CommunicationObjectAborted1", @"The communication object, {0}, cannot be used for communication because it has been Aborted.");
265internal static string @CommunicationObjectBaseClassMethodNotCalled => GetResourceString("CommunicationObjectBaseClassMethodNotCalled", @"The communication object, {0}, has overridden the virtual function {1} but it does not call version defined in the base class.");
267internal static string @CommunicationObjectInInvalidState => GetResourceString("CommunicationObjectInInvalidState", @"The communication object, {0}, is not part of WCF and is in an unsupported state '{1}'. This indicates an internal error in the implementation of that communication object.");
269internal static string @ChannelFactoryCannotBeUsedToCreateChannels => GetResourceString("ChannelFactoryCannotBeUsedToCreateChannels", @"A call to IChannelFactory.CreateChannel made on an object of type {0} failed because Open has not been called on this object.");
271internal static string @ChannelParametersCannotBeModified => GetResourceString("ChannelParametersCannotBeModified", @"Cannot modify channel parameters because the {0} is in the {1} state. This operation is only supported in the Created state.");
273internal static string @ChannelParametersCannotBePropagated => GetResourceString("ChannelParametersCannotBePropagated", @"Cannot propagate channel parameters because the {0} is in the {1} state. This operation is only supported in the Opening or Opened state when the collection is locked.");
275internal static string @ChannelTypeNotSupported => GetResourceString("ChannelTypeNotSupported", @"The specified channel type {0} is not supported by this channel manager.");
277internal static string @InvalidEnumValue => GetResourceString("InvalidEnumValue", @"Unexpected internal enum value: {0}.");
279internal static string @InvalidDecoderStateMachine => GetResourceString("InvalidDecoderStateMachine", @"Invalid decoder state machine.");
281internal static string @OperationPropertyIsRequiredForAttributeGeneration => GetResourceString("OperationPropertyIsRequiredForAttributeGeneration", @"Operation property of OperationAttributeGenerationContext is required to generate an attribute based on settings.");
283internal static string @ObjectDisposed => GetResourceString("ObjectDisposed", @"The {0} object has been disposed.");
285internal static string @InvalidReaderPositionOnCreateMessage => GetResourceString("InvalidReaderPositionOnCreateMessage", @"The XmlReader used for the body of the message must be positioned on an element.");
287internal static string @DuplicateMessageProperty => GetResourceString("DuplicateMessageProperty", @"A property with the name '{0}' already exists.");
289internal static string @MessagePropertyNotFound => GetResourceString("MessagePropertyNotFound", @"A property with the name '{0}' is not present.");
291internal static string @HeaderAlreadyUnderstood => GetResourceString("HeaderAlreadyUnderstood", @"The message header with name '{0}' and namespace '{1}' is already present in the set of understood headers.");
293internal static string @HeaderAlreadyNotUnderstood => GetResourceString("HeaderAlreadyNotUnderstood", @"The message header with name '{0}' and namespace '{1}' is not present in the set of understood headers.");
295internal static string @MultipleMessageHeaders => GetResourceString("MultipleMessageHeaders", @"Multiple headers with name '{0}' and namespace '{1}' found.");
297internal static string @MultipleMessageHeadersWithActor => GetResourceString("MultipleMessageHeadersWithActor", @"Multiple headers with name '{0}' and namespace '{1}' and role '{2}' found.");
299internal static string @MultipleRelatesToHeaders => GetResourceString("MultipleRelatesToHeaders", @"Multiple RelatesTo headers with relationship '{0}' found. Only one is allowed per relationship.");
301internal static string @ExtraContentIsPresentInFaultDetail => GetResourceString("ExtraContentIsPresentInFaultDetail", @"Additional XML content is present in the fault detail element. Only a single element is allowed.");
303internal static string @MessageIsEmpty => GetResourceString("MessageIsEmpty", @"The body of the message cannot be read because it is empty.");
305internal static string @MessageClosed => GetResourceString("MessageClosed", @"Message is closed.");
307internal static string @BodyWriterReturnedIsNotBuffered => GetResourceString("BodyWriterReturnedIsNotBuffered", @"The body writer returned from OnCreateBufferedCopy was not buffered.");
309internal static string @BodyWriterCanOnlyBeWrittenOnce => GetResourceString("BodyWriterCanOnlyBeWrittenOnce", @"The body writer does not support writing more than once because it is not buffered.");
311internal static string @RstrKeySizeNotProvided => GetResourceString("RstrKeySizeNotProvided", @"KeySize element not present in RequestSecurityTokenResponse.");
313internal static string @RequestMessageDoesNotHaveAMessageID => GetResourceString("RequestMessageDoesNotHaveAMessageID", @"A reply message cannot be created because the request message does not have a MessageID.");
315internal static string @HeaderNotFound => GetResourceString("HeaderNotFound", @"There is not a header with name {0} and namespace {1} in the message.");
317internal static string @MessageBufferIsClosed => GetResourceString("MessageBufferIsClosed", @"MessageBuffer is closed.");
319internal static string @MessageTextEncodingNotSupported => GetResourceString("MessageTextEncodingNotSupported", @"The text encoding '{0}' used in the text message format is not supported.");
321internal static string @AtLeastOneFaultReasonMustBeSpecified => GetResourceString("AtLeastOneFaultReasonMustBeSpecified", @"At least one fault reason must be specified.");
323internal static string @NoNullTranslations => GetResourceString("NoNullTranslations", @"The translation set cannot contain nulls.");
325internal static string @FaultDoesNotHaveAnyDetail => GetResourceString("FaultDoesNotHaveAnyDetail", @"The fault does not have detail information.");
327internal static string @InvalidXmlQualifiedName => GetResourceString("InvalidXmlQualifiedName", @"Expected XML qualified name, found '{0}'.");
329internal static string @UnboundPrefixInQName => GetResourceString("UnboundPrefixInQName", @"Unbound prefix used in qualified name '{0}'.");
331internal static string @MessageBodyIsUnknown => GetResourceString("MessageBodyIsUnknown", @"...");
333internal static string @MessageBodyIsStream => GetResourceString("MessageBodyIsStream", @"... stream ...");
335internal static string @MessageBodyToStringError => GetResourceString("MessageBodyToStringError", @"... Error reading body: {0}: {1} ...");
337internal static string @NoMatchingTranslationFoundForFaultText => GetResourceString("NoMatchingTranslationFoundForFaultText", @"The fault reason does not contain any text translations.");
339internal static string @CannotDetermineSPNBasedOnAddress => GetResourceString("CannotDetermineSPNBasedOnAddress", @"Client cannot determine the Service Principal Name based on the identity in the target address '{0}' for the purpose of SspiNegotiation/Kerberos. The target address identity must be a UPN identity (like acmedomain\\alice) or SPN identity (like host/bobs-machine).");
341internal static string @XmlLangAttributeMissing => GetResourceString("XmlLangAttributeMissing", @"Required xml:lang attribute value is missing.");
343internal static string @EncoderUnrecognizedCharSet => GetResourceString("EncoderUnrecognizedCharSet", @"Unrecognized charSet '{0}' in contentType.");
345internal static string @EncoderUnrecognizedContentType => GetResourceString("EncoderUnrecognizedContentType", @"Unrecognized contentType ({0}). Expected: {1}.");
347internal static string @EncoderBadContentType => GetResourceString("EncoderBadContentType", @"Cannot process contentType.");
349internal static string @EncoderEnvelopeVersionMismatch => GetResourceString("EncoderEnvelopeVersionMismatch", @"The envelope version of the incoming message ({0}) does not match that of the encoder ({1}). Make sure the binding is configured with the same version as the expected messages.");
351internal static string @EncoderMessageVersionMismatch => GetResourceString("EncoderMessageVersionMismatch", @"The message version of the outgoing message ({0}) does not match that of the encoder ({1}). Make sure the binding is configured with the same version as the message.");
353internal static string @MtomEncoderBadMessageVersion => GetResourceString("MtomEncoderBadMessageVersion", @"MessageVersion '{0}' not supported by MTOM encoder.");
355internal static string @SPS_SeekNotSupported => GetResourceString("SPS_SeekNotSupported", @"Seek is not supported on this stream.");
357internal static string @ChannelInitializationTimeout => GetResourceString("ChannelInitializationTimeout", @"A newly accepted connection did not receive initialization data from the sender within the configured ChannelInitializationTimeout ({0}). As a result, the connection will be aborted. If you are on a highly congested network, or your sending machine is heavily loaded, consider increasing this value or load-balancing your server.");
359internal static string @SocketCloseReadTimeout => GetResourceString("SocketCloseReadTimeout", @"The remote endpoint of the socket ({0}) did not respond to a close request within the allotted timeout ({1}). It is likely that the remote endpoint is not calling Close after receiving the EOF signal (null) from Receive. The time allotted to this operation may have been a portion of a longer timeout.");
361internal static string @SocketCloseReadReceivedData => GetResourceString("SocketCloseReadReceivedData", @"A graceful close was attempted on the socket, but the other side ({0}) is still sending data.");
363internal static string @SessionValueInvalid => GetResourceString("SessionValueInvalid", @"The Session value '{0}' is invalid. Please specify 'CurrentSession','ServiceSession' or a valid non-negative Windows Session Id.");
365internal static string @SocketAbortedReceiveTimedOut => GetResourceString("SocketAbortedReceiveTimedOut", @"The socket was aborted because an asynchronous receive from the socket did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
367internal static string @SocketAbortedSendTimedOut => GetResourceString("SocketAbortedSendTimedOut", @"The socket connection was aborted because an asynchronous send to the socket did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
369internal static string @OperationInvalidBeforeSecurityNegotiation => GetResourceString("OperationInvalidBeforeSecurityNegotiation", @"This operation is not valid until security negotiation is complete.");
371internal static string @FramingError => GetResourceString("FramingError", @"Error while reading message framing format at position {0} of stream (state: {1})");
373internal static string @FramingPrematureEOF => GetResourceString("FramingPrematureEOF", @"More data was expected, but EOF was reached.");
375internal static string @FramingRecordTypeMismatch => GetResourceString("FramingRecordTypeMismatch", @"Expected record type '{0}', found '{1}'.");
377internal static string @FramingVersionNotSupported => GetResourceString("FramingVersionNotSupported", @"Framing major version {0} is not supported.");
379internal static string @FramingModeNotSupported => GetResourceString("FramingModeNotSupported", @"Framing mode {0} is not supported.");
381internal static string @FramingSizeTooLarge => GetResourceString("FramingSizeTooLarge", @"Specified size is too large for this implementation.");
383internal static string @FramingViaTooLong => GetResourceString("FramingViaTooLong", @"The framing via size ({0}) exceeds the quota.");
385internal static string @FramingViaNotUri => GetResourceString("FramingViaNotUri", @"The framing via ({0}) is not a valid URI.");
387internal static string @FramingFaultTooLong => GetResourceString("FramingFaultTooLong", @"The framing fault size ({0}) exceeds the quota.");
389internal static string @FramingContentTypeTooLong => GetResourceString("FramingContentTypeTooLong", @"The framing content type size ({0}) exceeds the quota.");
391internal static string @FramingValueNotAvailable => GetResourceString("FramingValueNotAvailable", @"The value cannot be accessed because it has not yet been fully decoded.");
393internal static string @FramingAtEnd => GetResourceString("FramingAtEnd", @"An attempt was made to decode a value after the framing stream was ended.");
395internal static string @BinaryEncoderSessionTooLarge => GetResourceString("BinaryEncoderSessionTooLarge", @"The binary encoder session information exceeded the maximum size quota ({0}). To increase this quota, use the MaxSessionSize property on the BinaryMessageEncodingBindingElement.");
397internal static string @BinaryEncoderSessionInvalid => GetResourceString("BinaryEncoderSessionInvalid", @"The binary encoder session is not valid. There was an error decoding a previous message.");
399internal static string @BinaryEncoderSessionMalformed => GetResourceString("BinaryEncoderSessionMalformed", @"The binary encoder session information is not properly formed.");
401internal static string @ReceiveShutdownReturnedFault => GetResourceString("ReceiveShutdownReturnedFault", @"The channel received an unexpected fault input message while closing. The fault reason given is: '{0}'");
403internal static string @ReceiveShutdownReturnedLargeFault => GetResourceString("ReceiveShutdownReturnedLargeFault", @"The channel received an unexpected fault input message with Action = '{0}' while closing. You should only close your channel when you are not expecting any more input messages.");
405internal static string @ReceiveShutdownReturnedMessage => GetResourceString("ReceiveShutdownReturnedMessage", @"The channel received an unexpected input message with Action '{0}' while closing. You should only close your channel when you are not expecting any more input messages.");
407internal static string @MaxReceivedMessageSizeExceeded => GetResourceString("MaxReceivedMessageSizeExceeded", @"The maximum message size quota for incoming messages ({0}) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.");
409internal static string @MaxSentMessageSizeExceeded => GetResourceString("MaxSentMessageSizeExceeded", @"The maximum message size quota for outgoing messages ({0}) has been exceeded.");
411internal static string @FramingMaxMessageSizeExceeded => GetResourceString("FramingMaxMessageSizeExceeded", @"The maximum message size quota for incoming messages has been exceeded for the remote channel. See the server logs for more details.");
413internal static string @StreamDoesNotSupportTimeout => GetResourceString("StreamDoesNotSupportTimeout", @"TimeoutStream requires an inner Stream that supports timeouts; its CanTimeout property must be true.");
415internal static string @MessageVersionToStringFormat => GetResourceString("MessageVersionToStringFormat", @"{0} {1}");
417internal static string @Addressing10ToStringFormat => GetResourceString("Addressing10ToStringFormat", @"Addressing10 ({0})");
419internal static string @Addressing200408ToStringFormat => GetResourceString("Addressing200408ToStringFormat", @"Addressing200408 ({0})");
421internal static string @AddressingNoneToStringFormat => GetResourceString("AddressingNoneToStringFormat", @"AddressingNone ({0})");
423internal static string @AddressingVersionNotSupported => GetResourceString("AddressingVersionNotSupported", @"Addressing Version '{0}' is not supported.");
425internal static string @SupportedAddressingModeNotSupported => GetResourceString("SupportedAddressingModeNotSupported", @"The '{0}' addressing mode is not supported.");
427internal static string @Soap11ToStringFormat => GetResourceString("Soap11ToStringFormat", @"Soap11 ({0})");
429internal static string @Soap12ToStringFormat => GetResourceString("Soap12ToStringFormat", @"Soap12 ({0})");
431internal static string @EnvelopeNoneToStringFormat => GetResourceString("EnvelopeNoneToStringFormat", @"EnvelopeNone ({0})");
433internal static string @MessagePropertyReturnedNullCopy => GetResourceString("MessagePropertyReturnedNullCopy", @"The IMessageProperty could not be copied. CreateCopy returned null.");
435internal static string @MessageVersionUnknown => GetResourceString("MessageVersionUnknown", @"Unrecognized message version.");
437internal static string @EnvelopeVersionUnknown => GetResourceString("EnvelopeVersionUnknown", @"Unrecognized envelope version: {0}.");
439internal static string @EnvelopeVersionNotSupported => GetResourceString("EnvelopeVersionNotSupported", @"Envelope Version '{0}' is not supported.");
441internal static string @CannotDetectAddressingVersion => GetResourceString("CannotDetectAddressingVersion", @"Cannot detect WS-Addressing version. EndpointReference does not start with an Element.");
443internal static string @HeadersCannotBeAddedToEnvelopeVersion => GetResourceString("HeadersCannotBeAddedToEnvelopeVersion", @"Envelope Version '{0}' does not support adding Message Headers.");
445internal static string @AddressingHeadersCannotBeAddedToAddressingVersion => GetResourceString("AddressingHeadersCannotBeAddedToAddressingVersion", @"Addressing Version '{0}' does not support adding WS-Addressing headers.");
447internal static string @AddressingExtensionInBadNS => GetResourceString("AddressingExtensionInBadNS", @"The element '{0}' in namespace '{1}' is not valid. This either means that element '{0}' is a duplicate element, or that it is not a legal extension because extension elements cannot be in the addressing namespace.");
449internal static string @MessageHeaderVersionNotSupported => GetResourceString("MessageHeaderVersionNotSupported", @"The '{0}' header cannot be added because it does not support the specified message version '{1}'.");
451internal static string @MessageHasBeenCopied => GetResourceString("MessageHasBeenCopied", @"This message cannot support the operation because it has been copied.");
453internal static string @MessageHasBeenWritten => GetResourceString("MessageHasBeenWritten", @"This message cannot support the operation because it has been written.");
455internal static string @MessageHasBeenRead => GetResourceString("MessageHasBeenRead", @"This message cannot support the operation because it has been read.");
457internal static string @InvalidMessageState => GetResourceString("InvalidMessageState", @"An internal error has occurred. Invalid MessageState.");
459internal static string @MessageBodyReaderInvalidReadState => GetResourceString("MessageBodyReaderInvalidReadState", @"The body reader is in ReadState '{0}' and cannot be consumed.");
461internal static string @XmlBufferQuotaExceeded => GetResourceString("XmlBufferQuotaExceeded", @"The size necessary to buffer the XML content exceeded the buffer quota.");
463internal static string @XmlBufferInInvalidState => GetResourceString("XmlBufferInInvalidState", @"An internal error has occurred. The XML buffer is not in the correct state to perform the operation.");
465internal static string @MessageBodyMissing => GetResourceString("MessageBodyMissing", @"A body element was not found inside the message envelope.");
467internal static string @MessageHeaderVersionMismatch => GetResourceString("MessageHeaderVersionMismatch", @"The version of the header(s) ({0}) differs from the version of the message ({1}).");
469internal static string @ManualAddressingRequiresAddressedMessages => GetResourceString("ManualAddressingRequiresAddressedMessages", @"Manual addressing is enabled on this factory, so all messages sent must be pre-addressed.");
471internal static string @ReceiveTimedOut => GetResourceString("ReceiveTimedOut", @"Receive on local address {0} timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.");
473internal static string @ReceiveTimedOut2 => GetResourceString("ReceiveTimedOut2", @"Receive timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.");
475internal static string @WaitForMessageTimedOut => GetResourceString("WaitForMessageTimedOut", @"WaitForMessage timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.");
477internal static string @SendToViaTimedOut => GetResourceString("SendToViaTimedOut", @"Sending to via {0} timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.");
479internal static string @CloseTimedOut => GetResourceString("CloseTimedOut", @"Close timed out after {0}. Increase the timeout value passed to the call to Close or increase the CloseTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.");
481internal static string @OpenTimedOutEstablishingTransportSession => GetResourceString("OpenTimedOutEstablishingTransportSession", @"Open timed out after {0} while establishing a transport session to {1}. The time allotted to this operation may have been a portion of a longer timeout.");
483internal static string @TcpConnectingToViaTimedOut => GetResourceString("TcpConnectingToViaTimedOut", @"Connecting to via {0} timed out after {1}. Connection attempts were made to {2} of {3} available addresses ({4}). Check the RemoteAddress of your channel and verify that the DNS records for this endpoint correspond to valid IP Addresses. The time allotted to this operation may have been a portion of a longer timeout.");
485internal static string @RequestChannelSendTimedOut => GetResourceString("RequestChannelSendTimedOut", @"The request channel timed out attempting to send after {0}. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.");
487internal static string @RequestChannelWaitForReplyTimedOut => GetResourceString("RequestChannelWaitForReplyTimedOut", @"The request channel timed out while waiting for a reply after {0}. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.");
489internal static string @HttpTransportCannotHaveMultipleAuthenticationSchemes => GetResourceString("HttpTransportCannotHaveMultipleAuthenticationSchemes", @"The policy being imported for contract '{0}:{1}' contains multiple HTTP authentication scheme assertions. Since at most one such assertion is allowed, policy import has failed. This may be resolved by updating the policy to contain no more than one HTTP authentication scheme assertion.");
491internal static string @HttpIfModifiedSinceParseError => GetResourceString("HttpIfModifiedSinceParseError", @"The value specified, '{0}', for the If-Modified-Since header does not parse into a valid date. Check the property value and ensure that it is of the proper format.");
493internal static string @HttpSoapActionMismatch => GetResourceString("HttpSoapActionMismatch", @"The SOAP action specified on the message, '{0}', does not match the action specified on the HttpRequestMessageProperty, '{1}'.");
495internal static string @HttpSoapActionMismatchContentType => GetResourceString("HttpSoapActionMismatchContentType", @"The SOAP action specified on the message, '{0}', does not match the action specified in the content-type of the HttpRequestMessageProperty, '{1}'.");
497internal static string @HttpContentTypeFormatException => GetResourceString("HttpContentTypeFormatException", @"An error ({0}) occurred while parsing the content type of the HTTP request. The content type was: {1}.");
499internal static string @HttpServerTooBusy => GetResourceString("HttpServerTooBusy", @"The HTTP service located at {0} is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.");
501internal static string @HttpRequestTimedOut => GetResourceString("HttpRequestTimedOut", @"The HTTP request to '{0}' has exceeded the allotted timeout of {1}. The time allotted to this operation may have been a portion of a longer timeout.");
503internal static string @HttpResponseTimedOut => GetResourceString("HttpResponseTimedOut", @"The HTTP request to '{0}' has exceeded the allotted timeout of {1} while reading the response. The time allotted to this operation may have been a portion of a longer timeout.");
505internal static string @HttpReceiveFailure => GetResourceString("HttpReceiveFailure", @"An error occurred while receiving the HTTP response to {0}. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.");
507internal static string @HttpAuthDoesNotSupportRequestStreaming => GetResourceString("HttpAuthDoesNotSupportRequestStreaming", @"HTTP request streaming cannot be used in conjunction with HTTP authentication. Either disable request streaming or specify anonymous HTTP authentication.");
509internal static string @ReplyAlreadySent => GetResourceString("ReplyAlreadySent", @"A reply has already been sent from this RequestContext.");
511internal static string @RequestContextAborted => GetResourceString("RequestContextAborted", @"The requestContext has been aborted.");
513internal static string @ReceiveContextFaulted => GetResourceString("ReceiveContextFaulted", @"The receive context, {0}, cannot be used for sending delayed acks because it is in the Faulted state.");
515internal static string @BadEncryptionState => GetResourceString("BadEncryptionState", @"The EncryptedData or EncryptedKey is in an invalid state for this operation.");
517internal static string @SecureConversationBootstrapCannotUseSecureConversation => GetResourceString("SecureConversationBootstrapCannotUseSecureConversation", @"Cannot create security binding element based on configuration data. The secure conversation bootstrap requires another secure conversation which is not supported.");
519internal static string @InnerChannelFactoryWasNotSet => GetResourceString("InnerChannelFactoryWasNotSet", @"Cannot open ChannelFactory as the inner channel factory was not set during the initialization process.");
521internal static string @SecureConversationSecurityTokenParametersRequireBootstrapBinding => GetResourceString("SecureConversationSecurityTokenParametersRequireBootstrapBinding", @"Security channel or listener factory creation failed. Secure conversation security token parameters do not specify the bootstrap security binding element.");
523internal static string @PropertySettingErrorOnProtocolFactory => GetResourceString("PropertySettingErrorOnProtocolFactory", @"The required '{0}' property on the '{1}' security protocol factory is not set or has an invalid value.");
525internal static string @ProtocolFactoryCouldNotCreateProtocol => GetResourceString("ProtocolFactoryCouldNotCreateProtocol", @"The protocol factory cannot create a protocol.");
527internal static string @IdentityCheckFailedForOutgoingMessage => GetResourceString("IdentityCheckFailedForOutgoingMessage", @"The identity check failed for the outgoing message. The expected identity is '{0}' for the '{1}' target endpoint.");
529internal static string @IdentityCheckFailedForIncomingMessage => GetResourceString("IdentityCheckFailedForIncomingMessage", @"The identity check failed for the incoming message. The expected identity is '{0}' for the '{1}' target endpoint.");
531internal static string @DnsIdentityCheckFailedForIncomingMessageLackOfDnsClaim => GetResourceString("DnsIdentityCheckFailedForIncomingMessageLackOfDnsClaim", @"The Identity check failed for the incoming message. The remote endpoint did not provide a domain name system (DNS) claim and therefore did not satisfied DNS identity '{0}'. This may be caused by lack of DNS or CN name in the remote endpoint X.509 certificate's distinguished name.");
533internal static string @DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim => GetResourceString("DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim", @"The Identity check failed for the outgoing message. The remote endpoint did not provide a domain name system (DNS) claim and therefore did not satisfied DNS identity '{0}'. This may be caused by lack of DNS or CN name in the remote endpoint X.509 certificate's distinguished name.");
535internal static string @DnsIdentityCheckFailedForIncomingMessage => GetResourceString("DnsIdentityCheckFailedForIncomingMessage", @"Identity check failed for incoming message. The expected DNS identity of the remote endpoint was '{0}' but the remote endpoint provided DNS claim '{1}'. If this is a legitimate remote endpoint, you can fix the problem by explicitly specifying DNS identity '{1}' as the Identity property of EndpointAddress when creating channel proxy.");
537internal static string @DnsIdentityCheckFailedForOutgoingMessage => GetResourceString("DnsIdentityCheckFailedForOutgoingMessage", @"Identity check failed for outgoing message. The expected DNS identity of the remote endpoint was '{0}' but the remote endpoint provided DNS claim '{1}'. If this is a legitimate remote endpoint, you can fix the problem by explicitly specifying DNS identity '{1}' as the Identity property of EndpointAddress when creating channel proxy.");
539internal static string @ClientCertificateNotProvided => GetResourceString("ClientCertificateNotProvided", @"The certificate for the client has not been provided. The certificate can be set on the ClientCredentials or ServiceCredentials.");
541internal static string @ClientCertificateNotProvidedOnClientCredentials => GetResourceString("ClientCertificateNotProvidedOnClientCredentials", @"The client certificate is not provided. Specify a client certificate in ClientCredentials.");
543internal static string @UserNamePasswordNotProvidedOnClientCredentials => GetResourceString("UserNamePasswordNotProvidedOnClientCredentials", @"The username is not provided. Specify username in ClientCredentials.");
545internal static string @ObjectIsReadOnly => GetResourceString("ObjectIsReadOnly", @"Object is read-only.");
547internal static string @EmptyXmlElementError => GetResourceString("EmptyXmlElementError", @"Element {0} cannot be empty.");
549internal static string @UnexpectedXmlChildNode => GetResourceString("UnexpectedXmlChildNode", @"XML child node {0} of type {1} is unexpected for element {2}.");
551internal static string @SecurityContextNotRegistered => GetResourceString("SecurityContextNotRegistered", @"The SecurityContextSecurityToken with context-id={0} (key generation-id={1}) is not registered.");
553internal static string @NoSecurityContextIdentifier => GetResourceString("NoSecurityContextIdentifier", @"The SecurityContextSecurityToken does not have a context-id.");
555internal static string @UnsupportedKeyDerivationAlgorithm => GetResourceString("UnsupportedKeyDerivationAlgorithm", @"Key derivation algorithm '{0}' is not supported.");
557internal static string @InvalidQName => GetResourceString("InvalidQName", @"The QName is invalid.");
559internal static string @SuiteDoesNotAcceptAlgorithm => GetResourceString("SuiteDoesNotAcceptAlgorithm", @"The algorithm '{0}' is not accepted for operation '{1}' by algorithm suite {2}.");
561internal static string @TokenDoesNotSupportKeyIdentifierClauseCreation => GetResourceString("TokenDoesNotSupportKeyIdentifierClauseCreation", @"'{0}' does not support '{1}' creation.");
563internal static string @CannotFindCert => GetResourceString("CannotFindCert", @"Cannot find the X.509 certificate using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'.");
565internal static string @CannotFindCertForTarget => GetResourceString("CannotFindCertForTarget", @"Cannot find The X.509 certificate using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}' for target '{4}'.");
567internal static string @FoundMultipleCerts => GetResourceString("FoundMultipleCerts", @"Found multiple X.509 certificates using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'. Provide a more specific find value.");
569internal static string @FoundMultipleCertsForTarget => GetResourceString("FoundMultipleCertsForTarget", @"Found multiple X.509 certificates using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}' for target '{4}'. Provide a more specific find value.");
571internal static string @MissingKeyInfoInEncryptedKey => GetResourceString("MissingKeyInfoInEncryptedKey", @"The KeyInfo clause is missing or empty in EncryptedKey.");
573internal static string @EncryptedKeyWasNotEncryptedWithTheRequiredEncryptingToken => GetResourceString("EncryptedKeyWasNotEncryptedWithTheRequiredEncryptingToken", @"The EncryptedKey clause was not wrapped with the required encryption token '{0}'.");
575internal static string @SigningTokenHasNoKeys => GetResourceString("SigningTokenHasNoKeys", @"The signing token {0} has no keys. The security token is used in a context that requires it to perform cryptographic operations, but the token contains no cryptographic keys. Either the token type does not support cryptographic operations, or the particular token instance does not contain cryptographic keys. Check your configuration to ensure that cryptographically disabled token types (for example, UserNameSecurityToken) are not specified in a context that requires cryptographic operations (for example, an endorsing supporting token).");
577internal static string @SigningTokenHasNoKeysSupportingTheAlgorithmSuite => GetResourceString("SigningTokenHasNoKeysSupportingTheAlgorithmSuite", @"The signing token {0} has no key that supports the algorithm suite {1}.");
579internal static string @UnableToResolveKeyInfoForUnwrappingToken => GetResourceString("UnableToResolveKeyInfoForUnwrappingToken", @"Cannot resolve KeyInfo for unwrapping key: KeyInfo '{0}', available tokens '{1}'.");
581internal static string @EmptyBase64Attribute => GetResourceString("EmptyBase64Attribute", @"An empty value was found for the required base-64 attribute name '{0}', namespace '{1}'.");
583internal static string @UnknownEncodingInBinarySecurityToken => GetResourceString("UnknownEncodingInBinarySecurityToken", @"Unrecognized encoding occurred while reading the binary security token.");
585internal static string @CouldNotFindNamespaceForPrefix => GetResourceString("CouldNotFindNamespaceForPrefix", @"There is no namespace binding for prefix '{0}' in scope.");
587internal static string @DerivedKeyTokenRequiresTokenReference => GetResourceString("DerivedKeyTokenRequiresTokenReference", @"DerivedKeyToken requires a reference to a token.");
589internal static string @DerivedKeyInvalidOffsetSpecified => GetResourceString("DerivedKeyInvalidOffsetSpecified", @"The received derived key token has a invalid offset value specified. Value: {0}. The value should be greater than or equal to zero.");
591internal static string @DerivedKeyInvalidGenerationSpecified => GetResourceString("DerivedKeyInvalidGenerationSpecified", @"The received derived key token has a invalid generation value specified. Value: {0}. The value should be greater than or equal to zero.");
593internal static string @ChildNodeTypeMissing => GetResourceString("ChildNodeTypeMissing", @"The XML element {0} does not have a child of type {1}.");
595internal static string @NoLicenseXml => GetResourceString("NoLicenseXml", @"RequestedSecurityToken not specified in RequestSecurityTokenResponse.");
597internal static string @UnsupportedBinaryEncoding => GetResourceString("UnsupportedBinaryEncoding", @"Binary encoding {0} is not supported.");
599internal static string @BadKeyEncryptionAlgorithm => GetResourceString("BadKeyEncryptionAlgorithm", @"Invalid key encryption algorithm {0}.");
601internal static string @SPS_InvalidAsyncResult => GetResourceString("SPS_InvalidAsyncResult", @"The asynchronous result object used to end this operation was not the object that was returned when the operation was initiated.");
603internal static string @UnableToCreateTokenReference => GetResourceString("UnableToCreateTokenReference", @"Unable to create token reference.");
605internal static string @NonceLengthTooShort => GetResourceString("NonceLengthTooShort", @"The specified nonce is too short. The minimum required nonce length is 4 bytes.");
607internal static string @IncorrectBinaryNegotiationValueType => GetResourceString("IncorrectBinaryNegotiationValueType", @"Incoming binary negotiation has invalid ValueType {0}.");
609internal static string @MessageSecurityVersionOutOfRange => GetResourceString("MessageSecurityVersionOutOfRange", @"SecurityVersion must be WsSecurity10 or WsSecurity11.");
611internal static string @CreationTimeUtcIsAfterExpiryTime => GetResourceString("CreationTimeUtcIsAfterExpiryTime", @"Creation time must be before expiration time.");
613internal static string @CacheQuotaReached => GetResourceString("CacheQuotaReached", @"The item cannot be added. The maximum cache size is ({0} items).");
615internal static string @UnexpectedBinarySecretType => GetResourceString("UnexpectedBinarySecretType", @"Expected binary secret of type {0} but got secret of type {1}.");
617internal static string @UnsupportedPasswordType => GetResourceString("UnsupportedPasswordType", @"The '{0}' username token has an unsupported password type.");
619internal static string @UnrecognizedIdentityPropertyType => GetResourceString("UnrecognizedIdentityPropertyType", @"Unrecognized identity property type: '{0}'.");
621internal static string @EndpointNotFound => GetResourceString("EndpointNotFound", @"There was no endpoint listening at {0} that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.");
623internal static string @MaxReceivedMessageSizeMustBeInIntegerRange => GetResourceString("MaxReceivedMessageSizeMustBeInIntegerRange", @"This factory buffers messages, so the message sizes must be in the range of an integer value.");
625internal static string @MaxBufferSizeMustMatchMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustMatchMaxReceivedMessageSize", @"For TransferMode.Buffered, MaxReceivedMessageSize and MaxBufferSize must be the same value.");
627internal static string @MaxBufferSizeMustNotExceedMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustNotExceedMaxReceivedMessageSize", @"MaxBufferSize must not exceed MaxReceivedMessageSize.");
629internal static string @MessageSizeMustBeInIntegerRange => GetResourceString("MessageSizeMustBeInIntegerRange", @"This Factory buffers messages, so the message sizes must be in the range of a int value.");
631internal static string @InValidateIdPrefix => GetResourceString("InValidateIdPrefix", @"Expecting first char - c - to be in set [Char.IsLetter(c) && c == '_'], found '{0}'.");
633internal static string @InValidateId => GetResourceString("InValidateId", @"Expecting all chars - c - of id to be in set [Char.IsLetter(c), Char.IsNumber(c), '.', '_', '-'], found '{0}'.");
635internal static string @UnexpectedHttpResponseCode => GetResourceString("UnexpectedHttpResponseCode", @"The remote server returned an unexpected response: ({0}) {1}.");
637internal static string @HttpContentLengthIncorrect => GetResourceString("HttpContentLengthIncorrect", @"The number of bytes available is inconsistent with the HTTP Content-Length header. There may have been a network error or the client may be sending invalid requests.");
639internal static string @MissingContentType => GetResourceString("MissingContentType", @"The receiver returned an error indicating that the content type was missing on the request to {0}. See the inner exception for more information.");
641internal static string @DuplexChannelAbortedDuringOpen => GetResourceString("DuplexChannelAbortedDuringOpen", @"Duplex channel to {0} was aborted during the open process.");
643internal static string @OperationAbortedDuringConnectionEstablishment => GetResourceString("OperationAbortedDuringConnectionEstablishment", @"Operation was aborted while establishing a connection to {0}.");
645internal static string @HttpAddressingNoneHeaderOnWire => GetResourceString("HttpAddressingNoneHeaderOnWire", @"The incoming message contains a SOAP header representing the WS-Addressing '{0}', yet the HTTP transport is configured with AddressingVersion.None. As a result, the message is being dropped. If this is not desired, then update your HTTP binding to support a different AddressingVersion.");
647internal static string @MessageXmlProtocolError => GetResourceString("MessageXmlProtocolError", @"There is a problem with the XML that was received from the network. See inner exception for more details.");
649internal static string @TcpConnectNoBufs => GetResourceString("TcpConnectNoBufs", @"Insufficient winsock resources available to complete socket connection initiation.");
651internal static string @InsufficentMemory => GetResourceString("InsufficentMemory", @"Insufficient memory avaliable to complete the operation.");
653internal static string @TcpConnectError => GetResourceString("TcpConnectError", @"Could not connect to {0}. TCP error code {1}: {2}.");
655internal static string @TcpConnectErrorWithTimeSpan => GetResourceString("TcpConnectErrorWithTimeSpan", @"Could not connect to {0}. The connection attempt lasted for a time span of {3}. TCP error code {1}: {2}.");
657internal static string @TcpTransferError => GetResourceString("TcpTransferError", @"A TCP error ({0}: {1}) occurred while transmitting data.");
659internal static string @TcpLocalConnectionAborted => GetResourceString("TcpLocalConnectionAborted", @"The socket connection was aborted by your local machine. This could be caused by a channel Abort(), or a transmission error from another thread using this socket.");
661internal static string @TcpConnectionResetError => GetResourceString("TcpConnectionResetError", @"The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '{0}'.");
663internal static string @TcpConnectionTimedOut => GetResourceString("TcpConnectionTimedOut", @"The socket transfer timed out after {0}. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout.");
665internal static string @SocketConnectionDisposed => GetResourceString("SocketConnectionDisposed", @"The socket connection has been disposed.");
667internal static string @HttpContentTypeHeaderRequired => GetResourceString("HttpContentTypeHeaderRequired", @"An HTTP Content-Type header is required for SOAP messaging and none was found.");
669internal static string @ContentTypeMismatch => GetResourceString("ContentTypeMismatch", @"Content Type {0} was sent to a service expecting {1}. The client and service bindings may be mismatched.");
671internal static string @ResponseContentTypeMismatch => GetResourceString("ResponseContentTypeMismatch", @"The content type {0} of the response message does not match the content type of the binding ({1}). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first {2} bytes of the response were: '{3}'.");
673internal static string @HttpToMustEqualVia => GetResourceString("HttpToMustEqualVia", @"The binding specified requires that the to and via URIs must match because the Addressing Version is set to None. The to URI specified was '{0}'. The via URI specified was '{1}'.");
675internal static string @FramingContentTypeMismatch => GetResourceString("FramingContentTypeMismatch", @"Content Type {0} was not supported by service {1}. The client and service bindings may be mismatched.");
677internal static string @FramingFaultUnrecognized => GetResourceString("FramingFaultUnrecognized", @"Server faulted with code '{0}'.");
679internal static string @FramingContentTypeTooLongFault => GetResourceString("FramingContentTypeTooLongFault", @"Content type '{0}' is too long to be processed by the remote host. See the server logs for more details.");
681internal static string @FramingViaTooLongFault => GetResourceString("FramingViaTooLongFault", @"Via '{0}' is too long to be processed by the remote host. See the server logs for more details.");
683internal static string @FramingModeNotSupportedFault => GetResourceString("FramingModeNotSupportedFault", @"The .Net Framing mode being used is not supported by '{0}'. See the server logs for more details.");
685internal static string @FramingVersionNotSupportedFault => GetResourceString("FramingVersionNotSupportedFault", @"The .Net Framing version being used is not supported by '{0}'. See the server logs for more details.");
687internal static string @FramingUpgradeInvalid => GetResourceString("FramingUpgradeInvalid", @"The requested upgrade is not supported by '{0}'. This could be due to mismatched bindings (for example security enabled on the client and not on the server).");
689internal static string @SecurityServerTooBusy => GetResourceString("SecurityServerTooBusy", @"Server '{0}' sent back a fault indicating it is too busy to process the request. Please retry later. Please see the inner exception for fault details.");
691internal static string @ServerTooBusy => GetResourceString("ServerTooBusy", @"Server '{0}' is too busy to process this request. Try again later.");
693internal static string @PreambleAckIncorrect => GetResourceString("PreambleAckIncorrect", @"You have tried to create a channel to a service that does not support .Net Framing.");
695internal static string @PreambleAckIncorrectMaybeHttp => GetResourceString("PreambleAckIncorrectMaybeHttp", @"You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint.");
697internal static string @StreamError => GetResourceString("StreamError", @"An error occurred while transmitting data.");
699internal static string @ServerRejectedUpgradeRequest => GetResourceString("ServerRejectedUpgradeRequest", @"The server rejected the upgrade request.");
701internal static string @ServerRejectedSessionPreamble => GetResourceString("ServerRejectedSessionPreamble", @"The server at {0} rejected the session-establishment request.");
703internal static string @UnableToResolveHost => GetResourceString("UnableToResolveHost", @"Cannot resolve the host name of URI \""{0}\"" using DNS.");
705internal static string @HttpRequiresSingleAuthScheme => GetResourceString("HttpRequiresSingleAuthScheme", @"The '{0}' authentication scheme has been specified on the HTTP factory. However, the factory only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous.");
707internal static string @HttpAuthSchemeCannotBeNone => GetResourceString("HttpAuthSchemeCannotBeNone", @"The value specified for the AuthenticationScheme property on the HttpTransportBindingElement ('{0}') is not allowed when building a ChannelFactory. If you used a standard binding, ensure the ClientCredentialType is not set to HttpClientCredentialType.InheritedFromHost, a value which is invalid on a client. If you set the value to '{0}' directly on the HttpTransportBindingElement, please set it to Digest, Negotiate, NTLM, Basic, or Anonymous.");
709internal static string @HttpAuthorizationFailed => GetResourceString("HttpAuthorizationFailed", @"The HTTP request is unauthorized with client authentication scheme '{0}'. The authentication header received from the server was '{1}'.");
711internal static string @HttpAuthorizationForbidden => GetResourceString("HttpAuthorizationForbidden", @"The HTTP request was forbidden with client authentication scheme '{0}'.");
713internal static string @InvalidUriScheme => GetResourceString("InvalidUriScheme", @"The provided URI scheme '{0}' is invalid; expected '{1}'.");
715internal static string @HttpsServerCertThumbprintMismatch => GetResourceString("HttpsServerCertThumbprintMismatch", @"The server certificate with name '{0}' failed identity verification because its thumbprint ('{1}') does not match the one specified in the endpoint identity ('{2}'). As a result, the current HTTPS request has failed. Please update the endpoint identity used on the client or the certificate used by the server.");
717internal static string @TrustFailure => GetResourceString("TrustFailure", @"Could not establish trust relationship for the SSL/TLS secure channel with authority '{0}'.");
719internal static string @StreamMutualAuthNotSatisfied => GetResourceString("StreamMutualAuthNotSatisfied", @"The remote server did not satisfy the mutual authentication requirement.");
721internal static string @TransferModeNotSupported => GetResourceString("TransferModeNotSupported", @"Transfer mode {0} is not supported by {1}.");
723internal static string @InvalidTokenProvided => GetResourceString("InvalidTokenProvided", @"The token provider of type '{0}' did not return a token of type '{1}'. Check the credential configuration.");
725internal static string @NoUserNameTokenProvided => GetResourceString("NoUserNameTokenProvided", @"The required UserNameSecurityToken was not provided.");
727internal static string @RemoteIdentityFailedVerification => GetResourceString("RemoteIdentityFailedVerification", @"The following remote identity failed verification: '{0}'.");
729internal static string @CredentialDisallowsNtlm => GetResourceString("CredentialDisallowsNtlm", @"The NTLM authentication scheme was specified, but the target credential does not allow NTLM.");
731internal static string @UriGeneratorSchemeMustNotBeEmpty => GetResourceString("UriGeneratorSchemeMustNotBeEmpty", @"The scheme parameter must not be empty.");
733internal static string @UnsupportedSslProtectionLevel => GetResourceString("UnsupportedSslProtectionLevel", @"The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.");
735internal static string @TimeoutServiceChannelConcurrentOpen1 => GetResourceString("TimeoutServiceChannelConcurrentOpen1", @"Opening the channel timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.");
737internal static string @TimeoutServiceChannelConcurrentOpen2 => GetResourceString("TimeoutServiceChannelConcurrentOpen2", @"Opening the {0} channel timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.");
739internal static string @TimeSpanMustbeGreaterThanTimeSpanZero => GetResourceString("TimeSpanMustbeGreaterThanTimeSpanZero", @"TimeSpan must be greater than TimeSpan.Zero.");
741internal static string @ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative", @"The value of this argument must be non-negative.");
743internal static string @ValueMustBePositive => GetResourceString("ValueMustBePositive", @"The value of this argument must be positive.");
745internal static string @ValueMustBeGreaterThanZero => GetResourceString("ValueMustBeGreaterThanZero", @"The value of this argument must be greater than 0.");
747internal static string @ValueMustBeInRange => GetResourceString("ValueMustBeInRange", @"The value of this argument must fall within the range {0} to {1}.");
749internal static string @OffsetExceedsBufferBound => GetResourceString("OffsetExceedsBufferBound", @"The specified offset exceeds the upper bound of the buffer ({0}).");
751internal static string @OffsetExceedsBufferSize => GetResourceString("OffsetExceedsBufferSize", @"The specified offset exceeds the buffer size ({0} bytes).");
753internal static string @SizeExceedsRemainingBufferSpace => GetResourceString("SizeExceedsRemainingBufferSpace", @"The specified size exceeds the remaining buffer space ({0} bytes).");
755internal static string @SpaceNeededExceedsMessageFrameOffset => GetResourceString("SpaceNeededExceedsMessageFrameOffset", @"The space needed for encoding ({0} bytes) exceeds the message frame offset.");
757internal static string @FaultConverterDidNotCreateFaultMessage => GetResourceString("FaultConverterDidNotCreateFaultMessage", @"{0} returned true from OnTryCreateFaultMessage, but did not return a fault message.");
759internal static string @FaultConverterCreatedFaultMessage => GetResourceString("FaultConverterCreatedFaultMessage", @"{0} returned false from OnTryCreateFaultMessage, but returned a non-null fault message.");
761internal static string @FaultConverterDidNotCreateException => GetResourceString("FaultConverterDidNotCreateException", @"{0} returned true from OnTryCreateException, but did not return an Exception.");
763internal static string @FaultConverterCreatedException => GetResourceString("FaultConverterCreatedException", @"{0} returned false from OnTryCreateException, but returned a non-null Exception (See InnerException for details).");
765internal static string @UnsupportedUpgradeInitiator => GetResourceString("UnsupportedUpgradeInitiator", @"The StreamUpgradeInitiator specified ({0}) is not supported by this IStreamUpgradeChannelBindingProvider implementation. The most likely cause of this is passing a StreamUpgradeInitiator that was not created by the StreamUpgradeProvider associated with the current IStreamUpgradeChannelBindingProvider implementation.");
767internal static string @UnsupportedUpgradeAcceptor => GetResourceString("UnsupportedUpgradeAcceptor", @"The StreamUpgradeAcceptor specified ({0}) is not supported by this IStreamUpgradeChannelBindingProvider implementation. The most likely cause of this is passing a StreamUpgradeAcceptor that was not created by the StreamUpgradeProvider associated with this IStreamUpgradeChannelBindingProvider implementation.");
769internal static string @StreamUpgradeUnsupportedChannelBindingKind => GetResourceString("StreamUpgradeUnsupportedChannelBindingKind", @"The StreamUpgradeProvider {0} does not support the specified ChannelBindingKind ({1}).");
771internal static string @ExtendedProtectionNotSupported => GetResourceString("ExtendedProtectionNotSupported", @"Extended protection is not supported on this platform. Please install the appropriate patch or change the ExtendedProtectionPolicy on the Binding or BindingElement to a value with a PolicyEnforcement value of \""Never\"" or \""WhenSupported\"".");
773internal static string @HttpClientCredentialTypeInvalid => GetResourceString("HttpClientCredentialTypeInvalid", @"ClientCredentialType '{0}' can only be used on the server side, not the client side. Please use one of the following values instead 'None, Basic, Client, Digest, Ntlm, Windows'.");
775internal static string @TransportDoesNotSupportCompression => GetResourceString("TransportDoesNotSupportCompression", @"The transport configured on this binding does not appear to support the CompressionFormat specified ({0}) on the message encoder. To resolve this issue, set the CompressionFormat on the {1} to '{2}' or use a different transport.");
777internal static string @UnsupportedSecuritySetting => GetResourceString("UnsupportedSecuritySetting", @"The value '{1}' is not supported in this context for the binding security property '{0}'.");
779internal static string @UnsupportedBindingProperty => GetResourceString("UnsupportedBindingProperty", @"The value '{1}' is not supported in this context for the binding property '{0}'.");
781internal static string @HttpMaxPendingAcceptsTooLargeError => GetResourceString("HttpMaxPendingAcceptsTooLargeError", @"The value of MaxPendingAccepts should not be larger than {0}.");
783internal static string @UnsupportedTokenImpersonationLevel => GetResourceString("UnsupportedTokenImpersonationLevel", @"The value '{1}' for the '{0}' property is not supported in Windows Store apps.");
785internal static string @AssertionNotSupported => GetResourceString("AssertionNotSupported", @"The {0}:{1} assertion is not supported.");
787internal static string @DeliveryAssuranceRequiredNothingFound => GetResourceString("DeliveryAssuranceRequiredNothingFound", @"The WS-RM policy under the namespace {0} requires the wsrmp:ExactlyOnce, wsrmp:AtLeastOnce, or wsrmp:AtMostOnce assertion. Nothing was found.");
789internal static string @DeliveryAssuranceRequired => GetResourceString("DeliveryAssuranceRequired", @"The WS-RM policy under the namespace {0} requires the wsrmp:ExactlyOnce, wsrmp:AtLeastOnce, or wsrmp:AtMostOnce assertion. The {1} element under the {2} namespace was found.");
791internal static string @ElementFound => GetResourceString("ElementFound", @"The {0}:{1} element requires a {2}:{3} child element but has the {4} child element under the {5} namespace.");
793internal static string @ElementRequired => GetResourceString("ElementRequired", @"The {0}:{1} element requires a {2}:{3} child element but has no child elements.");
795internal static string @LastMessageNumberExceeded => GetResourceString("LastMessageNumberExceeded", @"A message was received with a sequence number higher than the sequence number of the last message in this sequence. This is a violation of the sequence number protocol. The reliable session was faulted.");
797internal static string @ManualAddressingNotSupported => GetResourceString("ManualAddressingNotSupported", @"Binding validation failed because the TransportBindingElement's ManualAddressing property was set to true on a binding that is configured to create reliable sessions. This combination is not supported and the channel factory or service host was not opened.");
799internal static string @MessageNumberRollover => GetResourceString("MessageNumberRollover", @"The maximum message number for this sequence has been exceeded. The reliable session was faulted.");
801internal static string @MillisecondsNotConvertibleToBindingRange => GetResourceString("MillisecondsNotConvertibleToBindingRange", @"The {0} assertion's Milliseconds attribute does not fall within the range this binding uses. The ReliableSessionBindingElement could not be created.");
803internal static string @MultipleVersionsFoundInPolicy => GetResourceString("MultipleVersionsFoundInPolicy", @"More than one version of the {0} assertion was found. The ReliableSessionBindingElement could not be created.");
805internal static string @RequiredAttributeIsMissing => GetResourceString("RequiredAttributeIsMissing", @"The required {0} attribute is missing from the {1} element in the {2} assertion. The ReliableSessionBindingElement could not be created.");
807internal static string @RequiredMillisecondsAttributeIncorrect => GetResourceString("RequiredMillisecondsAttributeIncorrect", @"The {0} assertion's required Milliseconds attribute is not schema compliant. Milliseconds must be convertible to an unsigned long. The ReliableSessionBindingElement could not be created.");
809internal static string @TimeoutOnClose => GetResourceString("TimeoutOnClose", @"The close operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
811internal static string @TimeoutOnOpen => GetResourceString("TimeoutOnOpen", @"The open operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
813internal static string @TimeoutOnOperation => GetResourceString("TimeoutOnOperation", @"The operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
815internal static string @WSHttpDoesNotSupportRMWithHttps => GetResourceString("WSHttpDoesNotSupportRMWithHttps", @"Binding validation failed because the WSHttpBinding does not support reliable sessions over transport security (HTTPS). The channel factory or service host could not be opened. Use message security for secure reliable messaging over HTTP.");
817internal static string @SFxActionDemuxerDuplicate => GetResourceString("SFxActionDemuxerDuplicate", @"The operations {0} and {1} have the same action ({2}). Every operation must have a unique action value.");
819internal static string @SFxAnonymousTypeNotSupported => GetResourceString("SFxAnonymousTypeNotSupported", @"Part {1} in message {0} cannot be exported with RPC or encoded since its type is anonymous.");
821internal static string @SFXBindingNameCannotBeNullOrEmpty => GetResourceString("SFXBindingNameCannotBeNullOrEmpty", @"Binding name cannot be null or empty.");
823internal static string @SFXUnvalidNamespaceValue => GetResourceString("SFXUnvalidNamespaceValue", @"Value '{0}' provided for {1} property is an invalid URI.");
825internal static string @SFXUnvalidNamespaceParam => GetResourceString("SFXUnvalidNamespaceParam", @"Parameter value '{0}' is an invalid URI.");
827internal static string @SFXHeaderNameCannotBeNullOrEmpty => GetResourceString("SFXHeaderNameCannotBeNullOrEmpty", @"Header name cannot be null or empty.");
829internal static string @SFxGetChannelDispatcherDoesNotSupportScheme => GetResourceString("SFxGetChannelDispatcherDoesNotSupportScheme", @"Only a '{0}' using '{1}' or '{2}' is supported in this scenario.");
831internal static string @SFxBindingNotSupportedForMetadataHttpGet => GetResourceString("SFxBindingNotSupportedForMetadataHttpGet", @"The binding associated with ServiceMetadataBehavior or ServiceDebugBehavior is not supported. The inner binding elements used by this binding must support IReplyChannel. Verify that HttpGetBinding/HttpsGetBinding (on ServiceMetadataBehavior) and HttpHelpPageBinding/HttpsHelpPageBinding (on ServiceDebugBehavior) are supported.");
833internal static string @SFxBadByReferenceParameterMetadata => GetResourceString("SFxBadByReferenceParameterMetadata", @"Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-reference parameter is marked with the 'in' but not the 'out' parameter mode.");
835internal static string @SFxBadByValueParameterMetadata => GetResourceString("SFxBadByValueParameterMetadata", @"Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-value parameter is marked with the 'out' parameter mode.");
837internal static string @SFxBadMetadataMustBePolicy => GetResourceString("SFxBadMetadataMustBePolicy", @"When calling the CreateFromPolicy method, the policy argument must be an XmlElement instance with LocalName '{1}' and NamespaceUri '{0}'. This XmlElement has LocalName '{3}' and NamespaceUri '{2}'.");
839internal static string @SFxBadMetadataLocationNoAppropriateBaseAddress => GetResourceString("SFxBadMetadataLocationNoAppropriateBaseAddress", @"The URL supplied to ServiceMetadataBehavior via the ExternalMetadataLocation property or the externalMetadataLocation attribute in the serviceMetadata section in config was a relative URL and there is no base address with which to resolve it. '{0}' was specified.");
841internal static string @SFxBadMetadataDialect => GetResourceString("SFxBadMetadataDialect", @"There was a problem reading the MetadataSet argument: a MetadataSection instance with identifier '{0}' and dialect '{1}' has a Metadata property whose type does not match the dialect. The expected Metadata type for this dialect is '{2}' but was found to be '{3}'.");
843internal static string @SFxBadMetadataReference => GetResourceString("SFxBadMetadataReference", @"Metadata contains a reference that cannot be resolved: '{0}'.");
845internal static string @SFxMaximumResolvedReferencesOutOfRange => GetResourceString("SFxMaximumResolvedReferencesOutOfRange", @"The MaximumResolvedReferences property of MetadataExchangeClient must be greater than or equal to one. '{0}' was specified.");
847internal static string @SFxMetadataExchangeClientNoMetadataAddress => GetResourceString("SFxMetadataExchangeClientNoMetadataAddress", @"The MetadataExchangeClient was not supplied with a MetadataReference or MetadataLocation from which to get metadata. You must supply one to the constructor, to the GetMetadata method, or to the BeginGetMetadata method.");
849internal static string @SFxMetadataExchangeClientCouldNotCreateChannelFactory => GetResourceString("SFxMetadataExchangeClientCouldNotCreateChannelFactory", @"The MetadataExchangeClient could not create an IChannelFactory for: address='{0}', dialect='{1}', and identifier='{2}'.");
851internal static string @SFxMetadataExchangeClientCouldNotCreateWebRequest => GetResourceString("SFxMetadataExchangeClientCouldNotCreateWebRequest", @"The MetadataExchangeClient could not create an HttpWebRequest for: address='{0}', dialect='{1}', and identifier='{2}'.");
853internal static string @SFxMetadataExchangeClientCouldNotCreateChannelFactoryBadScheme => GetResourceString("SFxMetadataExchangeClientCouldNotCreateChannelFactoryBadScheme", @"The MetadataExchangeClient instance could not be initialized because no Binding is available for scheme '{0}'. You can supply a Binding in the constructor, or specify a configurationName.");
855internal static string @SFxBindingDoesNotHaveATransportBindingElement => GetResourceString("SFxBindingDoesNotHaveATransportBindingElement", @"The binding specified to do metadata exchange does not contain a TransportBindingElement.");
857internal static string @SFxBindingMustContainTransport2 => GetResourceString("SFxBindingMustContainTransport2", @"The binding (Name={0}, Namespace={1}) does not contain a TransportBindingElement.");
859internal static string @SFxBodyCannotBeNull => GetResourceString("SFxBodyCannotBeNull", @"Body object cannot be null in message {0}");
861internal static string @SFxCallbackBehaviorAttributeOnlyOnDuplex => GetResourceString("SFxCallbackBehaviorAttributeOnlyOnDuplex", @"CallbackBehaviorAttribute can only be run as a behavior on an endpoint with a duplex contract. Contract '{0}' is not duplex, as it contains no callback operations.");
863internal static string @SFxCallbackRequestReplyInOrder1 => GetResourceString("SFxCallbackRequestReplyInOrder1", @"This operation would deadlock because the reply cannot be received until the current Message completes processing. If you want to allow out-of-order message processing, specify ConcurrencyMode of Reentrant or Multiple on {0}.");
865internal static string @SfxCallbackTypeCannotBeNull => GetResourceString("SfxCallbackTypeCannotBeNull", @"In order to use the contract '{0}' with DuplexChannelFactory, the contract must specify a valid callback contract. If your contract does not have a callback contract, consider using ChannelFactory instead of DuplexChannelFactory.");
867internal static string @SFxCannotActivateCallbackInstace => GetResourceString("SFxCannotActivateCallbackInstace", @"The dispatch instance for duplex callbacks cannot be activated - you must provide an instance.");
869internal static string @SFxCannotCallAutoOpenWhenExplicitOpenCalled => GetResourceString("SFxCannotCallAutoOpenWhenExplicitOpenCalled", @"Cannot make a call on this channel because a call to Open() is in progress.");
871internal static string @SFxCannotGetMetadataFromRelativeAddress => GetResourceString("SFxCannotGetMetadataFromRelativeAddress", @"The MetadataExchangeClient can only get metadata from absolute addresses. It cannot get metadata from '{0}'.");
873internal static string @SFxCannotHttpGetMetadataFromAddress => GetResourceString("SFxCannotHttpGetMetadataFromAddress", @"The MetadataExchangeClient can only get metadata from http or https addresses when using MetadataExchangeClientMode HttpGet. It cannot get metadata from '{0}'.");
875internal static string @SFxCannotGetMetadataFromLocation => GetResourceString("SFxCannotGetMetadataFromLocation", @"The MetadataExchangeClient can only get metadata from http and https MetadataLocations. It cannot get metadata from '{0}'.");
877internal static string @SFxCannotHaveDifferentTransactionProtocolsInOneBinding => GetResourceString("SFxCannotHaveDifferentTransactionProtocolsInOneBinding", @"The configured policy specifies more than one TransactionProtocol across the operations. A single TransactionProtocol for each endpoint must be specified.");
879internal static string @SFxCannotImportAsParameters_Bare => GetResourceString("SFxCannotImportAsParameters_Bare", @"Generating message contract since the operation {0} is neither RPC nor document wrapped.");
881internal static string @SFxCannotImportAsParameters_DifferentWrapperNs => GetResourceString("SFxCannotImportAsParameters_DifferentWrapperNs", @"Generating message contract since the wrapper namespace ({1}) of message {0} does not match the default value ({2})");
883internal static string @SFxCannotImportAsParameters_DifferentWrapperName => GetResourceString("SFxCannotImportAsParameters_DifferentWrapperName", @"Generating message contract since the wrapper name ({1}) of message {0} does not match the default value ({2})");
885internal static string @SFxCannotImportAsParameters_ElementIsNotNillable => GetResourceString("SFxCannotImportAsParameters_ElementIsNotNillable", @"Generating message contract since element name {0} from namespace {1} is not marked nillable");
887internal static string @SFxCannotImportAsParameters_MessageHasProtectionLevel => GetResourceString("SFxCannotImportAsParameters_MessageHasProtectionLevel", @"Generating message contract since message {0} requires protection.");
889internal static string @SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded => GetResourceString("SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded", @"Headers are not supported in RPC encoded format. Headers are ignored in message {0}.");
891internal static string @SFxCannotImportAsParameters_HeadersAreUnsupported => GetResourceString("SFxCannotImportAsParameters_HeadersAreUnsupported", @"Generating message contract since message {0} has headers");
893internal static string @SFxCannotImportAsParameters_Message => GetResourceString("SFxCannotImportAsParameters_Message", @"Generating message contract since the operation {0} has untyped Message as argument or return type");
895internal static string @SFxCannotImportAsParameters_NamespaceMismatch => GetResourceString("SFxCannotImportAsParameters_NamespaceMismatch", @"Generating message contract since message part namespace ({0}) does not match the default value ({1})");
897internal static string @SFxCannotSetExtensionsByIndex => GetResourceString("SFxCannotSetExtensionsByIndex", @"This collection does not support setting extensions by index. Please consider using the InsertItem or RemoveItem methods.");
899internal static string @SFxChannelDispatcherNoMessageVersion => GetResourceString("SFxChannelDispatcherNoMessageVersion", @"Cannot open ChannelDispatcher because it is does not have a MessageVersion set.");
901internal static string @SFxChannelDispatcherUnableToOpen1 => GetResourceString("SFxChannelDispatcherUnableToOpen1", @"The ChannelDispatcher at '{0}' is unable to open its IChannelListener as there are no endpoints for the ChannelDispatcher.");
903internal static string @SFxChannelDispatcherUnableToOpen2 => GetResourceString("SFxChannelDispatcherUnableToOpen2", @"The ChannelDispatcher at '{0}' with contract(s) '{1}' is unable to open its IChannelListener.");
905internal static string @SFxChannelFactoryTypeMustBeInterface => GetResourceString("SFxChannelFactoryTypeMustBeInterface", @"The type argument passed to the generic ChannelFactory class must be an interface type.");
907internal static string @SFxChannelFactoryCannotCreateFactoryWithoutDescription => GetResourceString("SFxChannelFactoryCannotCreateFactoryWithoutDescription", @"CreateFactory requires that the Endpoint property be initialized. Either provide a valid ServiceEndpoint in the CreateDescription method or override the CreateFactory method to provide an alternative implementation.");
909internal static string @SFxClientOutputSessionAutoClosed => GetResourceString("SFxClientOutputSessionAutoClosed", @"This channel can no longer be used to send messages as the output session was auto-closed due to a server-initiated shutdown. Either disable auto-close by setting the DispatchRuntime.AutomaticInputSessionShutdown to false, or consider modifying the shutdown protocol with the remote server.");
911internal static string @SFxCodeGenWarning => GetResourceString("SFxCodeGenWarning", @"CODEGEN: {0}");
913internal static string @SFxCollectionDoesNotSupportSet0 => GetResourceString("SFxCollectionDoesNotSupportSet0", @"This collection does not support setting items by index.");
915internal static string @SFxCollectionReadOnly => GetResourceString("SFxCollectionReadOnly", @"This operation is not supported because the collection is read-only.");
917internal static string @SFxCollectionWrongType2 => GetResourceString("SFxCollectionWrongType2", @"The collection of type {0} does not support values of type {1}.");
919internal static string @SFxConflictingGlobalElement => GetResourceString("SFxConflictingGlobalElement", @"Top level XML element with name {0} in namespace {1} cannot reference {2} type because it already references a different type ({3}). Use a different operation name or MessageBodyMemberAttribute to specify a different name for the Message or Message parts.");
921internal static string @SFxConflictingGlobalType => GetResourceString("SFxConflictingGlobalType", @"Duplicate top level XML Schema type with name {0} in namespace {1}.");
923internal static string @SFxContextModifiedInsideScope0 => GetResourceString("SFxContextModifiedInsideScope0", @"The value of OperationContext.Current is not the OperationContext value installed by this OperationContextScope.");
925internal static string @SFxContractDescriptionNameCannotBeEmpty => GetResourceString("SFxContractDescriptionNameCannotBeEmpty", @"ContractDescription's Name must be a non-empty string.");
927internal static string @SFxContractHasZeroOperations => GetResourceString("SFxContractHasZeroOperations", @"ContractDescription '{0}' has zero operations; a contract must have at least one operation.");
929internal static string @SFxContractHasZeroInitiatingOperations => GetResourceString("SFxContractHasZeroInitiatingOperations", @"ContractDescription '{0}' has zero IsInitiating=true operations; a contract must have at least one IsInitiating=true operation.");
931internal static string @SFxContractInheritanceRequiresInterfaces => GetResourceString("SFxContractInheritanceRequiresInterfaces", @"The service class of type {0} both defines a ServiceContract and inherits a ServiceContract from type {1}. Contract inheritance can only be used among interface types. If a class is marked with ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. Consider moving the ServiceContractAttribute on type {1} to a separate interface that type {1} implements.");
933internal static string @SFxContractInheritanceRequiresInterfaces2 => GetResourceString("SFxContractInheritanceRequiresInterfaces2", @"The service class of type {0} both defines a ServiceContract and inherits a ServiceContract from type {1}. Contract inheritance can only be used among interface types. If a class is marked with ServiceContractAttribute, then another service class cannot derive from it.");
935internal static string @SFxCopyToRequiresICollection => GetResourceString("SFxCopyToRequiresICollection", @"SynchronizedReadOnlyCollection's CopyTo only works if the underlying list implements ICollection.");
937internal static string @SFxCreateDuplexChannel1 => GetResourceString("SFxCreateDuplexChannel1", @"The callback contract of contract {0} either does not exist or does not define any operations. If this is not a duplex contract, consider using ChannelFactory instead of DuplexChannelFactory.");
939internal static string @SFxCreateDuplexChannelNoCallback => GetResourceString("SFxCreateDuplexChannelNoCallback", @"This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was not initialized with an InstanceContext. Please call the CreateChannel overload that takes an InstanceContext.");
941internal static string @SFxCreateDuplexChannelNoCallback1 => GetResourceString("SFxCreateDuplexChannelNoCallback1", @"This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was initialized with a Type and no valid InstanceContext was provided. Please call the CreateChannel overload that takes an InstanceContext.");
943internal static string @SFxCreateDuplexChannelNoCallbackUserObject => GetResourceString("SFxCreateDuplexChannelNoCallbackUserObject", @"This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the InstanceContext provided to the DuplexChannelFactory does not contain a valid UserObject.");
945internal static string @SFxCreateDuplexChannelBadCallbackUserObject => GetResourceString("SFxCreateDuplexChannelBadCallbackUserObject", @"The InstanceContext provided to the ChannelFactory contains a UserObject that does not implement the CallbackContractType '{0}'.");
947internal static string @SFxCreateNonDuplexChannel1 => GetResourceString("SFxCreateNonDuplexChannel1", @"ChannelFactory does not support the contract {0} as it defines a callback contract with one or more operations. Please consider using DuplexChannelFactory instead of ChannelFactory.");
949internal static string @SFxCustomBindingNeedsTransport1 => GetResourceString("SFxCustomBindingNeedsTransport1", @"The CustomBinding on the ServiceEndpoint with contract '{0}' lacks a TransportBindingElement. Every binding must have at least one binding element that derives from TransportBindingElement.");
951internal static string @SFxDeserializationFailed1 => GetResourceString("SFxDeserializationFailed1", @"The formatter threw an exception while trying to deserialize the message: {0}");
953internal static string @SFxDisallowedAttributeCombination => GetResourceString("SFxDisallowedAttributeCombination", @"The type or member named '{0}' could not be loaded because it has two incompatible attributes: '{1}' and '{2}'. To fix the problem, remove one of the attributes from the type or member.");
955internal static string @SFxInitializationUINotCalled => GetResourceString("SFxInitializationUINotCalled", @"The channel is configured to use interactive initializer '{0}', but the channel was Opened without calling DisplayInitializationUI. Call DisplayInitializationUI before calling Open or other methods on this channel.");
957internal static string @SFxInitializationUIDisallowed => GetResourceString("SFxInitializationUIDisallowed", @"AllowInitializationUI was set to false for this channel, but the channel is configured to use the '{0}' as an interactive initializer.");
959internal static string @SFxDocExt_NoMetadataSection1 => GetResourceString("SFxDocExt_NoMetadataSection1", @"This is a Windows© Communication Foundation service.<BR/><BR/><B>Metadata publishing for this service is currently disabled.</B><BR/><BR/>If you have access to the service, you can enable metadata publishing by completing the following steps to modify your web or application configuration file:<BR/><BR/>1. Create the following service behavior configuration, or add the <serviceMetadata> element to an existing service behavior configuration:");
961internal static string @SFxDocExt_NoMetadataSection2 => GetResourceString("SFxDocExt_NoMetadataSection2", @"2. Add the behavior configuration to the service:");
963internal static string @SFxDocExt_NoMetadataSection3 => GetResourceString("SFxDocExt_NoMetadataSection3", @"Note: the service name must match the configuration name for the service implementation.<BR/><BR/>3. Add the following endpoint to your service configuration:");
965internal static string @SFxDocExt_NoMetadataSection4 => GetResourceString("SFxDocExt_NoMetadataSection4", @"Note: your service must have an http base address to add this endpoint.<BR/><BR/>The following is an example service configuration file with metadata publishing enabled:");
967internal static string @SFxDocExt_NoMetadataSection5 => GetResourceString("SFxDocExt_NoMetadataSection5", @"For more information on publishing metadata please see the following documentation: <a href=\""http://go.microsoft.com/fwlink/?LinkId=65455\"">http://go.microsoft.com/fwlink/?LinkId=65455</a>.");
969internal static string @SFxDocExt_NoMetadataConfigComment1 => GetResourceString("SFxDocExt_NoMetadataConfigComment1", @"Note: the service name must match the configuration name for the service implementation.");
971internal static string @SFxDocExt_NoMetadataConfigComment2 => GetResourceString("SFxDocExt_NoMetadataConfigComment2", @"Add the following endpoint.");
973internal static string @SFxDocExt_NoMetadataConfigComment3 => GetResourceString("SFxDocExt_NoMetadataConfigComment3", @"Note: your service must have an http base address to add this endpoint.");
975internal static string @SFxDocExt_NoMetadataConfigComment4 => GetResourceString("SFxDocExt_NoMetadataConfigComment4", @"Add the following element to your service behavior configuration.");
977internal static string @SFxDocExt_CS => GetResourceString("SFxDocExt_CS", @"<P class='intro'><B>C#</B></P>");
979internal static string @SFxDocExt_VB => GetResourceString("SFxDocExt_VB", @"<P class='intro'><B>Visual Basic</B></P>");
981internal static string @SFxDocExt_MainPageTitleNoServiceName => GetResourceString("SFxDocExt_MainPageTitleNoServiceName", @"Service");
983internal static string @SFxDocExt_MainPageTitle => GetResourceString("SFxDocExt_MainPageTitle", @"{0} Service");
985internal static string @SFxDocExt_MainPageIntro1a => GetResourceString("SFxDocExt_MainPageIntro1a", @"You have created a service.<P class='intro'>To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:</P>");
987internal static string @SFxDocExt_MainPageIntro1b => GetResourceString("SFxDocExt_MainPageIntro1b", @"You have created a service.<P class='intro'>To test this service, you will need to create a client and use it to call the service; however, metadata publishing via ?WSDL is currently disabled. This can be enabled via the service's configuration file. </P>");
989internal static string @SFxDocExt_MainPageIntro2 => GetResourceString("SFxDocExt_MainPageIntro2", @"This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:<BR/>");
991internal static string @SFxDocExt_MainPageComment => GetResourceString("SFxDocExt_MainPageComment", @"Use the 'client' variable to call operations on the service.");
993internal static string @SFxDocExt_MainPageComment2 => GetResourceString("SFxDocExt_MainPageComment2", @"Always close the client.");
995internal static string @SFxDocExt_Error => GetResourceString("SFxDocExt_Error", @"The service encountered an error.");
997internal static string @SFxDocEncodedNotSupported => GetResourceString("SFxDocEncodedNotSupported", @"Operation '{0}' could not be loaded as it uses an unsupported combination of Use and Style settings: Document with Encoded. To fix the problem, change the Use setting to Literal or change the Style setting to Rpc.");
999internal static string @SFxDocEncodedFaultNotSupported => GetResourceString("SFxDocEncodedFaultNotSupported", @"Fault could not be loaded as the Use setting is Encoded and it references a schema definition using Element attribute. To fix the problem, change the Use setting to Literal.");
1001internal static string @SFxDuplicateMessageParts => GetResourceString("SFxDuplicateMessageParts", @"Message part {0} in namespace {1} appears more than once in Message.");
1003internal static string @SFXEndpointBehaviorUsedOnWrongSide => GetResourceString("SFXEndpointBehaviorUsedOnWrongSide", @"The IEndpointBehavior '{0}' cannot be used on the server side; this behavior can only be applied to clients.");
1005internal static string @SFxEndpointDispatcherMultipleChannelDispatcher0 => GetResourceString("SFxEndpointDispatcherMultipleChannelDispatcher0", @"Cannot add EndpointDispatcher to more than one ChannelDispatcher.");
1007internal static string @SFxEndpointDispatcherDifferentChannelDispatcher0 => GetResourceString("SFxEndpointDispatcherDifferentChannelDispatcher0", @"This EndpointDispatcher is not currently attached to the provided ChannelDispatcher.");
1009internal static string @SFxErrorDeserializingRequestBody => GetResourceString("SFxErrorDeserializingRequestBody", @"Error in deserializing body of request message for operation '{0}'.");
1011internal static string @SFxErrorDeserializingRequestBodyMore => GetResourceString("SFxErrorDeserializingRequestBodyMore", @"Error in deserializing body of request message for operation '{0}'. {1}");
1013internal static string @SFxErrorDeserializingReplyBody => GetResourceString("SFxErrorDeserializingReplyBody", @"Error in deserializing body of reply message for operation '{0}'.");
1015internal static string @SFxErrorDeserializingReplyBodyMore => GetResourceString("SFxErrorDeserializingReplyBodyMore", @"Error in deserializing body of reply message for operation '{0}'. {1}");
1017internal static string @SFxErrorSerializingBody => GetResourceString("SFxErrorSerializingBody", @"There was an error in serializing body of message {0}: '{1}'. Please see InnerException for more details.");
1019internal static string @SFxErrorDeserializingHeader => GetResourceString("SFxErrorDeserializingHeader", @"There was an error in deserializing one of the headers in message {0}. Please see InnerException for more details.");
1021internal static string @SFxErrorSerializingHeader => GetResourceString("SFxErrorSerializingHeader", @"There was an error in serializing one of the headers in message {0}: '{1}'. Please see InnerException for more details.");
1023internal static string @SFxErrorDeserializingFault => GetResourceString("SFxErrorDeserializingFault", @"Server returned an invalid SOAP Fault. Please see InnerException for more details.");
1025internal static string @SFxErrorReflectingOnType2 => GetResourceString("SFxErrorReflectingOnType2", @"An error occurred while loading attribute '{0}' on type '{1}'. Please see InnerException for more details.");
1027internal static string @SFxErrorReflectingOnMethod3 => GetResourceString("SFxErrorReflectingOnMethod3", @"An error occurred while loading attribute '{0}' on method '{1}' in type '{2}'. Please see InnerException for more details.");
1029internal static string @SFxErrorReflectingOnParameter4 => GetResourceString("SFxErrorReflectingOnParameter4", @"An error occurred while loading attribute '{0}' on parameter {1} of method '{2}' in type '{3}'. Please see InnerException for more details.");
1031internal static string @SFxErrorReflectionOnUnknown1 => GetResourceString("SFxErrorReflectionOnUnknown1", @"An error occurred while loading attribute '{0}'. Please see InnerException for more details.");
1033internal static string @SFxExceptionDetailEndOfInner => GetResourceString("SFxExceptionDetailEndOfInner", @"--- End of inner ExceptionDetail stack trace ---");
1035internal static string @SFxExceptionDetailFormat => GetResourceString("SFxExceptionDetailFormat", @"An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:");
1037internal static string @SFxExportMustHaveType => GetResourceString("SFxExportMustHaveType", @"The specified ContractDescription could not be exported to WSDL because the Type property of the MessagePartDescription with name '{1}' in the OperationDescription with name '{0}' is not set. The Type property must be set in order to create WSDL.");
1039internal static string @SFxFaultCannotBeImported => GetResourceString("SFxFaultCannotBeImported", @"Fault named {0} in operation {1} cannot be imported. {2}");
1041internal static string @SFxFaultContractDuplicateDetailType => GetResourceString("SFxFaultContractDuplicateDetailType", @"In operation {0}, more than one fault is declared with detail type {1}");
1043internal static string @SFxFaultContractDuplicateElement => GetResourceString("SFxFaultContractDuplicateElement", @"In operation {0}, more than one fault is declared with element name {1} in namespace {2}");
1045internal static string @SFxFaultExceptionToString3 => GetResourceString("SFxFaultExceptionToString3", @"{0}: {1} (Fault Detail is equal to {2}).");
1047internal static string @SFxFaultReason => GetResourceString("SFxFaultReason", @"The creator of this fault did not specify a Reason.");
1049internal static string @SFxFaultTypeAnonymous => GetResourceString("SFxFaultTypeAnonymous", @"In operation {0}, the schema type corresponding to the fault detail type {1} is anonymous. Please set Fault name explicitly to export anonymous types.");
1051internal static string @SFxHeaderNameMismatchInMessageContract => GetResourceString("SFxHeaderNameMismatchInMessageContract", @"Header name mismatch in member {1} of type {0}. The header name found in the description is {2}. The element name deduced by the formatter is {3}. This mismatch can happen if the ElementName specified in XmlElementAttribute or XmlArrayAttribute does not match the name specified in the MessageHeaderAttribute or MessageHeaderArrayAttribute or the member name.");
1053internal static string @SFxHeaderNameMismatchInOperation => GetResourceString("SFxHeaderNameMismatchInOperation", @"Header name mismatch in operation {0} from contract {1}:{2}. The header name found in the description is {3}. The element name deduced by the formatter is {4}. This mismatch can happen if the ElementName specified in XmlElementAttribute or XmlArrayAttribute does not match the name specified in the MessageHeaderAttribute or MessageHeaderArrayAttribute or the member name.");
1055internal static string @SFxHeaderNamespaceMismatchInMessageContract => GetResourceString("SFxHeaderNamespaceMismatchInMessageContract", @"Header namespace mismatch in member {1} of type {0}. The header namespace found in the description is {2}. The element namespace deduced by the formatter is {3}. This mismatch can happen if the Namespace specified in XmlElementAttribute or XmlArrayAttribute does not match the namespace specified in the MessageHeaderAttribute or MessageHeaderArrayAttribute or the contract namespace.");
1057internal static string @SFxHeaderNamespaceMismatchInOperation => GetResourceString("SFxHeaderNamespaceMismatchInOperation", @"Header namespace mismatch in operation {0} from contract {1}:{2}. The header namespace found in the description is {3}. The element namespace deduced by the formatter is {4}. This mismatch can happen if the Namespace specified in XmlElementAttribute or XmlArrayAttribute does not match the namespace specified in the MessageHeaderAttribute or MessageHeaderArrayAttribute or the contract namespace.");
1059internal static string @SFxHeaderNotUnderstood => GetResourceString("SFxHeaderNotUnderstood", @"The header '{0}' from the namespace '{1}' was not understood by the recipient of this message, causing the message to not be processed. This error typically indicates that the sender of this message has enabled a communication protocol that the receiver cannot process. Please ensure that the configuration of the client's binding is consistent with the service's binding.");
1061internal static string @SFxImmutableServiceHostBehavior0 => GetResourceString("SFxImmutableServiceHostBehavior0", @"This value cannot be changed after the ServiceHost has opened.");
1063internal static string @SFxImmutableChannelFactoryBehavior0 => GetResourceString("SFxImmutableChannelFactoryBehavior0", @"This value cannot be changed after the ChannelFactory has opened.");
1065internal static string @SFxInconsistentBindingBodyParts => GetResourceString("SFxInconsistentBindingBodyParts", @"Operation {0} binding {1} has extra part {2} that is not present in other bindings");
1067internal static string @SFxInconsistentWsdlOperationStyleInHeader => GetResourceString("SFxInconsistentWsdlOperationStyleInHeader", @"Style {1} on header {0} does not match expected style {2}.");
1069internal static string @SFxInconsistentWsdlOperationStyleInMessageParts => GetResourceString("SFxInconsistentWsdlOperationStyleInMessageParts", @"All parts of message in operation {0} must either contain type or element.");
1071internal static string @SFxInconsistentWsdlOperationStyleInOperationMessages => GetResourceString("SFxInconsistentWsdlOperationStyleInOperationMessages", @"Style {1} inferred from messages in operation {0} does not match expected style {2} specified via bindings.");
1073internal static string @SFxInconsistentWsdlOperationUseAndStyleInBinding => GetResourceString("SFxInconsistentWsdlOperationUseAndStyleInBinding", @"Bindings for operation {0} cannot specify different use and style values. Binding {1} specifies use {2} and style {3} while binding {4} specifies use {5} and style {6}.");
1075internal static string @SFxInconsistentWsdlOperationUseInBindingExtensions => GetResourceString("SFxInconsistentWsdlOperationUseInBindingExtensions", @"Extensions for operation {0} in binding {1} cannot specify different use values.");
1077internal static string @SFxInconsistentWsdlOperationUseInBindingMessages => GetResourceString("SFxInconsistentWsdlOperationUseInBindingMessages", @"Message bindings for operation {0} in binding {1} cannot specify different use values.");
1079internal static string @SFxInconsistentWsdlOperationUseInBindingFaults => GetResourceString("SFxInconsistentWsdlOperationUseInBindingFaults", @"Fault bindings for operation {0} in binding {1} cannot specify different use values.");
1081internal static string @SFxInputParametersToServiceInvalid => GetResourceString("SFxInputParametersToServiceInvalid", @"Service implementation object invoked with wrong number of input parameters, operation expects {0} parameters but was called with {1} parameters.");
1083internal static string @SFxInputParametersToServiceNull => GetResourceString("SFxInputParametersToServiceNull", @"Service implementation object invoked with null input parameters, but operation expects {0} parameters.");
1085internal static string @SFxInstanceNotInitialized => GetResourceString("SFxInstanceNotInitialized", @"The InstanceContext has no provider for creating Service implementation objects.");
1087internal static string @SFxInterleavedContextScopes0 => GetResourceString("SFxInterleavedContextScopes0", @"This OperationContextScope is being disposed out of order.");
1089internal static string @SFxInternalServerError => GetResourceString("SFxInternalServerError", @"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.");
1091internal static string @SFxInternalCallbackError => GetResourceString("SFxInternalCallbackError", @"The client was unable to process the callback request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from CallbackBehaviorAttribute or from the <clientDebug> configuration behavior) on the client in order to send the exception information back to the server, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the client trace logs.");
1093internal static string @SFxInvalidAsyncResultState0 => GetResourceString("SFxInvalidAsyncResultState0", @"IAsyncResult's State must be the state argument passed to your Begin call.");
1095internal static string @SFxInvalidCallbackIAsyncResult => GetResourceString("SFxInvalidCallbackIAsyncResult", @"IAsyncResult not provided or of wrong type.");
1097internal static string @SFxInvalidCallbackContractType => GetResourceString("SFxInvalidCallbackContractType", @"The CallbackContract {0} is invalid because it is not an interface type.");
1099internal static string @SFxInvalidChannelToOperationContext => GetResourceString("SFxInvalidChannelToOperationContext", @"Invalid IContextChannel passed to OperationContext. Must be either a server dispatching channel or a client proxy channel.");
1101internal static string @SFxInvalidMessageBody => GetResourceString("SFxInvalidMessageBody", @"OperationFormatter encountered an invalid Message body. Expected to find node type 'Element' with name '{0}' and namespace '{1}'. Found node type '{2}' with name '{3}' and namespace '{4}'");
1103internal static string @SFxInvalidMessageBodyEmptyMessage => GetResourceString("SFxInvalidMessageBodyEmptyMessage", @"The OperationFormatter could not deserialize any information from the Message because the Message is empty (IsEmpty = true).");
1105internal static string @SFxInvalidMessageBodyErrorSerializingParameter => GetResourceString("SFxInvalidMessageBodyErrorSerializingParameter", @"There was an error while trying to serialize parameter {0}:{1}. The InnerException message was '{2}'. Please see InnerException for more details.");
1107internal static string @SFxInvalidMessageBodyErrorDeserializingParameter => GetResourceString("SFxInvalidMessageBodyErrorDeserializingParameter", @"There was an error while trying to deserialize parameter {0}:{1}. Please see InnerException for more details.");
1109internal static string @SFxInvalidMessageBodyErrorDeserializingParameterMore => GetResourceString("SFxInvalidMessageBodyErrorDeserializingParameterMore", @"There was an error while trying to deserialize parameter {0}:{1}. The InnerException message was '{2}'. Please see InnerException for more details.");
1111internal static string @SFxInvalidMessageContractSignature => GetResourceString("SFxInvalidMessageContractSignature", @"The operation {0} either has a parameter or a return type that is attributed with MessageContractAttribute. In order to represent the request message using a Message Contract, the operation must have a single parameter attributed with MessageContractAttribute. In order to represent the response message using a Message Contract, the operation's return value must be a type that is attributed with MessageContractAttribute and the operation may not have any out or ref parameters.");
1113internal static string @SFxInvalidRequestAction => GetResourceString("SFxInvalidRequestAction", @"Outgoing request message for operation '{0}' specified Action='{1}', but contract for that operation specifies Action='{2}'. The Action specified in the Message must match the Action in the contract, or the operation contract must specify Action='*'.");
1115internal static string @SFxInvalidReplyAction => GetResourceString("SFxInvalidReplyAction", @"Outgoing reply message for operation '{0}' specified Action='{1}', but contract for that operation specifies ReplyAction='{2}'. The Action specified in the Message must match the ReplyAction in the contract, or the operation contract must specify ReplyAction='*'.");
1117internal static string @SFxInvalidStreamInTypedMessage => GetResourceString("SFxInvalidStreamInTypedMessage", @"In order to use Streams with the MessageContract programming model, the type {0} must have a single member with MessageBodyMember attribute and the member type must be Stream.");
1119internal static string @SFxInvalidStreamInRequest => GetResourceString("SFxInvalidStreamInRequest", @"For request in operation {0} to be a stream the operation must have a single parameter whose type is Stream.");
1121internal static string @SFxInvalidStreamInResponse => GetResourceString("SFxInvalidStreamInResponse", @"For response in operation {0} to be a stream the operation must have a single out parameter or return value whose type is Stream.");
1123internal static string @SFxInvalidStreamOffsetLength => GetResourceString("SFxInvalidStreamOffsetLength", @"Buffer size must be at least {0} bytes.");
1125internal static string @SFxInvalidUseOfPrimitiveOperationFormatter => GetResourceString("SFxInvalidUseOfPrimitiveOperationFormatter", @"The PrimitiveOperationFormatter was given a parameter or return type which it does not support.");
1127internal static string @SFxInvalidStaticOverloadCalledForDuplexChannelFactory1 => GetResourceString("SFxInvalidStaticOverloadCalledForDuplexChannelFactory1", @"The static CreateChannel method cannot be used with the contract {0} because that contract defines a callback contract. Please try using one of the static CreateChannel overloads on DuplexChannelFactory<TChannel>.");
1129internal static string @SFxInvalidXmlAttributeInBare => GetResourceString("SFxInvalidXmlAttributeInBare", @"XmlSerializer attribute {0} is not valid in {1}. Only XmlElement, XmlArray, XmlArrayItem and XmlAnyElement attributes are supported in MessageContract when IsWrapped is false.");
1131internal static string @SFxInvalidXmlAttributeInWrapped => GetResourceString("SFxInvalidXmlAttributeInWrapped", @"XmlSerializer attribute {0} is not valid in {1}. Only XmlElement, XmlArray, XmlArrayItem, XmlAnyAttribute and XmlAnyElement attributes are supported when IsWrapped is true.");
1133internal static string @SFxKnownTypeAttributeInvalid1 => GetResourceString("SFxKnownTypeAttributeInvalid1", @"{0} must contain either a single ServiceKnownTypeAttribute that refers to a method or a set of ServiceKnownTypeAttributes, each specifying a valid type");
1135internal static string @SFxKnownTypeAttributeReturnType3 => GetResourceString("SFxKnownTypeAttributeReturnType3", @"The return type of method {1} in type {2} must be IEnumerable<Type> to be used by ServiceKnownTypeAttribute in {0}");
1137internal static string @SFxKnownTypeAttributeUnknownMethod3 => GetResourceString("SFxKnownTypeAttributeUnknownMethod3", @"ServiceKnownTypeAttribute in {0} refers to a method {1} that does not exist in type {2}");
1139internal static string @SFxKnownTypeNull => GetResourceString("SFxKnownTypeNull", @"KnownType cannot be null in operation {0}");
1141internal static string @SFxMessageContractBaseTypeNotValid => GetResourceString("SFxMessageContractBaseTypeNotValid", @"The type {1} defines a MessageContract but also derives from a type {0} that does not define a MessageContract. All of the objects in the inheritance hierarchy of {1} must defines a MessageContract.");
1143internal static string @SFxMessageContractRequiresDefaultConstructor => GetResourceString("SFxMessageContractRequiresDefaultConstructor", @"The message cannot be deserialized into MessageContract type {0} since it does not have a default (parameterless) constructor.");
1145internal static string @SFxMetadataReferenceInvalidLocation => GetResourceString("SFxMetadataReferenceInvalidLocation", @"The value '{0}' is not valid for the Location property. The Location property must be a valid absolute or relative URI.");
1147internal static string @SFxMethodNotSupported1 => GetResourceString("SFxMethodNotSupported1", @"Method {0} is not supported on this proxy, this can happen if the method is not marked with OperationContractAttribute or if the interface type is not marked with ServiceContractAttribute.");
1149internal static string @SFxMethodNotSupportedOnCallback1 => GetResourceString("SFxMethodNotSupportedOnCallback1", @"Callback method {0} is not supported, this can happen if the method is not marked with OperationContractAttribute or if its interface type is not the target of the ServiceContractAttribute's CallbackContract.");
1151internal static string @SFxMismatchedOperationParent => GetResourceString("SFxMismatchedOperationParent", @"A DispatchOperation (or ClientOperation) can only be added to its parent DispatchRuntime (or ClientRuntime).");
1153internal static string @SFxMissingActionHeader => GetResourceString("SFxMissingActionHeader", @"No Action header was found with namespace '{0}' for the given message.");
1155internal static string @SFxMultipleCallbackFromSynchronizationContext => GetResourceString("SFxMultipleCallbackFromSynchronizationContext", @"Calling Post() on '{0}' resulted in multiple callbacks. This indicates a problem in '{0}'.");
1157internal static string @SFxMultipleCallbackFromAsyncOperation => GetResourceString("SFxMultipleCallbackFromAsyncOperation", @"The callback passed to operation '{0}' was called more than once. This indicates an internal error in the implementation of that operation.");
1159internal static string @SFxMultipleUnknownHeaders => GetResourceString("SFxMultipleUnknownHeaders", @"Method {0} in type {1} has more than one header part of type array of XmlElement.");
1161internal static string @SFxMultipleContractStarOperations0 => GetResourceString("SFxMultipleContractStarOperations0", @"A ServiceContract has more the one operation with an Action of \""*\"". A ServiceContract can have at most one operation an Action = \""*\"".");
1163internal static string @SFxNameCannotBeEmpty => GetResourceString("SFxNameCannotBeEmpty", @"The Name property must be a non-empty string.");
1165internal static string @SFxConfigurationNameCannotBeEmpty => GetResourceString("SFxConfigurationNameCannotBeEmpty", @"The ConfigurationName property must be a non-empty string.");
1167internal static string @SFxNeedProxyBehaviorOperationSelector2 => GetResourceString("SFxNeedProxyBehaviorOperationSelector2", @"Cannot handle invocation of {0} on interface {1} because the OperationSelector on ClientRuntime is null.");
1169internal static string @SFxNoDefaultConstructor => GetResourceString("SFxNoDefaultConstructor", @"The service type provided could not be loaded as a service because it does not have a default (parameter-less) constructor. To fix the problem, add a default constructor to the type, or pass an instance of the type to the host.");
1171internal static string @SFxNoMostDerivedContract => GetResourceString("SFxNoMostDerivedContract", @"The contract specified by type '{0}' is ambiguous. The type derives from at least two different types that each define its own service contract. For this type to be used as a contract type, exactly one of its inherited contracts must be more derived than any of the others.");
1173internal static string @SFxNullReplyFromFormatter2 => GetResourceString("SFxNullReplyFromFormatter2", @"Formatter {0} returned a null reply message for call to operation '{1}'.");
1175internal static string @SFxServiceChannelIdleAborted => GetResourceString("SFxServiceChannelIdleAborted", @"The operation '{0}' could not be completed because the sessionful channel timed out waiting to receive a message. To increase the timeout, either set the receiveTimeout property on the binding in your configuration file, or set the ReceiveTimeout property on the Binding directly.");
1177internal static string @SFxSetEnableFaultsOnChannelDispatcher0 => GetResourceString("SFxSetEnableFaultsOnChannelDispatcher0", @"This property sets EnableFaults on the client. To set EnableFaults on the server, use ChannelDispatcher's EnableFaults.");
1179internal static string @SFxSetManualAddresssingOnChannelDispatcher0 => GetResourceString("SFxSetManualAddresssingOnChannelDispatcher0", @"This property sets ManualAddressing on the client. To set ManualAddressing on the server, use ChannelDispatcher's ManualAddressing.");
1181internal static string @SFxNoServiceObject => GetResourceString("SFxNoServiceObject", @"The service implementation object was not initialized or is not available.");
1183internal static string @SFxNone2004 => GetResourceString("SFxNone2004", @"The WS-Addressing \""none\"" value is not valid for the August 2004 version of WS-Addressing.");
1185internal static string @SFxNonExceptionThrown => GetResourceString("SFxNonExceptionThrown", @"An object that is not an exception was thrown.");
1187internal static string @SFxNonInitiatingOperation1 => GetResourceString("SFxNonInitiatingOperation1", @"The operation '{0}' cannot be the first operation to be called because IsInitiating is false.");
1189internal static string @SfxNoTypeSpecifiedForParameter => GetResourceString("SfxNoTypeSpecifiedForParameter", @"There was no CLR type specified for parameter {0}, preventing the operation from being generated.");
1191internal static string @SFxOneWayMessageToTwoWayMethod0 => GetResourceString("SFxOneWayMessageToTwoWayMethod0", @"The incoming message with action could not be processed because it is targeted at a request-reply operation, but cannot be replied to as the MessageId property is not set.");
1193internal static string @SFxOperationContractOnNonServiceContract => GetResourceString("SFxOperationContractOnNonServiceContract", @"Method '{0}' has OperationContractAttribute, but enclosing type '{1}' does not have ServiceContractAttribute. OperationContractAttribute can only be used on methods in ServiceContractAttribute types or on their CallbackContract types.");
1195internal static string @SFxOperationContractProviderOnNonServiceContract => GetResourceString("SFxOperationContractProviderOnNonServiceContract", @"Method '{1}' has {0}, but enclosing type '{2}' does not have ServiceContractAttribute. {0} can only be used on methods in ServiceContractAttribute types.");
1197internal static string @SFxOperationDescriptionNameCannotBeEmpty => GetResourceString("SFxOperationDescriptionNameCannotBeEmpty", @"OperationDescription's Name must be a non-empty string.");
1199internal static string @SFxParameterNameCannotBeNull => GetResourceString("SFxParameterNameCannotBeNull", @"All parameter names used in operations that make up a service contract must not be null.");
1201internal static string @SFxOperationMustHaveOneOrTwoMessages => GetResourceString("SFxOperationMustHaveOneOrTwoMessages", @"OperationDescription '{0}' is invalid because its Messages property contains an invalid number of MessageDescription instances. Each OperationDescription must have one or two messages.");
1203internal static string @SFxParameterCountMismatch => GetResourceString("SFxParameterCountMismatch", @"There was a mismatch between the number of supplied arguments and the number of expected arguments. Specifically, the argument '{0}' has '{1}' elements while the argument '{2}' has '{3}' elements.");
1205internal static string @SFxParameterMustBeMessage => GetResourceString("SFxParameterMustBeMessage", @"The 'parameters' argument must be an array that contains a single Message object.");
1207internal static string @SFxParametersMustBeEmpty => GetResourceString("SFxParametersMustBeEmpty", @"The 'parameters' argument must be either null or an empty array.");
1209internal static string @SFxParameterMustBeArrayOfOneElement => GetResourceString("SFxParameterMustBeArrayOfOneElement", @"The 'parameters' argument must be an array of one element.");
1211internal static string @SFxPartNameMustBeUniqueInRpc => GetResourceString("SFxPartNameMustBeUniqueInRpc", @"Message part name {0} is not unique in an RPC Message.");
1213internal static string @SFxRequestHasInvalidReplyToOnClient => GetResourceString("SFxRequestHasInvalidReplyToOnClient", @"The request message has ReplyTo='{0}' but IContextChannel.LocalAddress is '{1}'. When ManualAddressing is false, these values must be the same, null, or EndpointAddress.AnonymousAddress. Enable ManualAddressing or avoid setting ReplyTo on the message.");
1215internal static string @SFxRequestHasInvalidFaultToOnClient => GetResourceString("SFxRequestHasInvalidFaultToOnClient", @"The request message has FaultTo='{0}' but IContextChannel.LocalAddress is '{1}'. When ManualAddressing is false, these values must be the same, null, or EndpointAddress.AnonymousAddress. Enable ManualAddressing or avoid setting FaultTo on the message.");
1217internal static string @SFxRequestReplyNone => GetResourceString("SFxRequestReplyNone", @"A message was received with a WS-Addressing ReplyTo or FaultTo header targeted at the \""None\"" address. These values are not valid for request-reply operations. Please consider using a one-way operation or enabling ManualAddressing if you need to support ReplyTo or FaultTo values of \""None.\""");
1219internal static string @SFxRequestTimedOut1 => GetResourceString("SFxRequestTimedOut1", @"This request operation did not receive a reply within the configured timeout ({0}). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.");
1221internal static string @SFxRequestTimedOut2 => GetResourceString("SFxRequestTimedOut2", @"This request operation sent to {0} did not receive a reply within the configured timeout ({1}). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.");
1223internal static string @SFxReplyActionMismatch3 => GetResourceString("SFxReplyActionMismatch3", @"A reply message was received for operation '{0}' with action '{1}'. However, your client code requires action '{2}'.");
1225internal static string @SFxResolvedMaxResolvedReferences => GetResourceString("SFxResolvedMaxResolvedReferences", @"The MetadataExchangeClient has resolved more than MaximumResolvedReferences.");
1227internal static string @SFxResultMustBeMessage => GetResourceString("SFxResultMustBeMessage", @"The 'result' argument must be of type Message.");
1229internal static string @SFxRpcMessageBodyPartNameInvalid => GetResourceString("SFxRpcMessageBodyPartNameInvalid", @"RPC Message {1} in operation {0} has an invalid body name {2}. It must be {3}");
1231internal static string @SFxSchemaDoesNotContainElement => GetResourceString("SFxSchemaDoesNotContainElement", @"There was a problem loading the XSD documents provided: a reference to a schema element with name '{0}' and namespace '{1}' could not be resolved because the element definition could not be found in the schema for targetNamespace '{1}'. Please check the XSD documents provided and try again.");
1233internal static string @SFxSchemaDoesNotContainType => GetResourceString("SFxSchemaDoesNotContainType", @"There was a problem loading the XSD documents provided: a reference to a schema type with name '{0}' and namespace '{1}' could not be resolved because the type definition could not be found in the schema for targetNamespace '{1}'. Please check the XSD documents provided and try again.");
1235internal static string @SFxWsdlMessageDoesNotContainPart3 => GetResourceString("SFxWsdlMessageDoesNotContainPart3", @"Service description message '{1}' from target namespace '{2}' does not contain part named '{0}'.");
1237internal static string @SFxSchemaNotFound => GetResourceString("SFxSchemaNotFound", @"Schema with target namespace '{0}' could not be found.");
1239internal static string @SFxServerDidNotReply => GetResourceString("SFxServerDidNotReply", @"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.");
1241internal static string @SFxStaticMessageHeaderPropertiesNotAllowed => GetResourceString("SFxStaticMessageHeaderPropertiesNotAllowed", @"Header properties cannot be set in MessageHeaderAttribute of {0} as its type is MessageHeader<T>.");
1243internal static string @SFxStreamIOException => GetResourceString("SFxStreamIOException", @"An exception has been thrown when reading the stream.");
1245internal static string @SFxStreamRequestMessageClosed => GetResourceString("SFxStreamRequestMessageClosed", @"The message containing this stream has been closed. Note that request streams cannot be accessed after the service operation returns.");
1247internal static string @SFxStreamResponseMessageClosed => GetResourceString("SFxStreamResponseMessageClosed", @"The message containing this stream has been closed.");
1249internal static string @SFxTimeoutOutOfRange0 => GetResourceString("SFxTimeoutOutOfRange0", @"Timeout must be greater than or equal to TimeSpan.Zero. To disable timeout, specify TimeSpan.MaxValue.");
1251internal static string @SFxTimeoutOutOfRangeTooBig => GetResourceString("SFxTimeoutOutOfRangeTooBig", @"Timeouts larger than Int32.MaxValue TotalMilliseconds (approximately 24 days) cannot be honored. To disable timeout, specify TimeSpan.MaxValue.");
1253internal static string @SFxTooManyPartsWithSameName => GetResourceString("SFxTooManyPartsWithSameName", @"Cannot create a unique part name for {0}.");
1255internal static string @SFxTypedMessageCannotBeNull => GetResourceString("SFxTypedMessageCannotBeNull", @"Internal Error: The instance of the MessageContract cannot be null in {0}.");
1257internal static string @SFxTypedMessageCannotBeRpcLiteral => GetResourceString("SFxTypedMessageCannotBeRpcLiteral", @"The operation '{0}' could not be loaded because it specifies \""rpc-style\"" in \""literal\"" mode, but uses message contract types or the System.ServiceModel.Channels.Message. This combination is disallowed -- specify a different value for style or use parameters other than message contract types or System.ServiceModel.Channels.Message.");
1259internal static string @SFxTypedOrUntypedMessageCannotBeMixedWithParameters => GetResourceString("SFxTypedOrUntypedMessageCannotBeMixedWithParameters", @"The operation '{0}' could not be loaded because it has a parameter or return type of type System.ServiceModel.Channels.Message or a type that has MessageContractAttribute and other parameters of different types. When using System.ServiceModel.Channels.Message or types with MessageContractAttribute, the method must not use any other types of parameters.");
1261internal static string @SFxTypedOrUntypedMessageCannotBeMixedWithVoidInRpc => GetResourceString("SFxTypedOrUntypedMessageCannotBeMixedWithVoidInRpc", @"When using the rpc-encoded style, message contract types or the System.ServiceModel.Channels.Message type cannot be used if the operation has no parameters or has a void return value. Add a blank message contract type as a parameter or return type to operation '{0}'.");
1263internal static string @SFxUnknownFaultNoMatchingTranslation1 => GetResourceString("SFxUnknownFaultNoMatchingTranslation1", @"This fault did not provide a matching translation: {0}");
1265internal static string @SFxUnknownFaultNullReason0 => GetResourceString("SFxUnknownFaultNullReason0", @"This fault did not provide a reason (MessageFault.Reason was null).");
1267internal static string @SFxUnknownFaultZeroReasons0 => GetResourceString("SFxUnknownFaultZeroReasons0", @"This fault did not provide a reason (MessageFault.Reason.Translations.Count was 0).");
1269internal static string @SfxUseTypedMessageForCustomAttributes => GetResourceString("SfxUseTypedMessageForCustomAttributes", @"Parameter '{0}' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is '{1}'.");
1271internal static string @SFxVersionMismatchInOperationContextAndMessage2 => GetResourceString("SFxVersionMismatchInOperationContextAndMessage2", @"Cannot add outgoing headers to message as MessageVersion in OperationContext.Current '{0}' does not match with the header version of message being processed '{1}'.");
1273internal static string @SFxWrapperNameCannotBeEmpty => GetResourceString("SFxWrapperNameCannotBeEmpty", @"Wrapper element name cannot be empty.");
1275internal static string @SFxWrapperTypeHasMultipleNamespaces => GetResourceString("SFxWrapperTypeHasMultipleNamespaces", @"Wrapper type for message {0} cannot be projected as a data contract type since it has multiple namespaces. Consider using the XmlSerializer");
1277internal static string @SFxWsdlPartMustHaveElementOrType => GetResourceString("SFxWsdlPartMustHaveElementOrType", @"WSDL part {0} in message {1} from namespace {2} must have either an element or a type name");
1279internal static string @SFxDataContractSerializerDoesNotSupportBareArray => GetResourceString("SFxDataContractSerializerDoesNotSupportBareArray", @"DataContractSerializer does not support collection specified on element '{0}'");
1281internal static string @SFxDataContractSerializerDoesNotSupportEncoded => GetResourceString("SFxDataContractSerializerDoesNotSupportEncoded", @"Invalid OperationFormatUse specified in the OperationFormatStyle of operation {0}, DataContractSerializer supports only Literal.");
1283internal static string @SFxXmlArrayNotAllowedForMultiple => GetResourceString("SFxXmlArrayNotAllowedForMultiple", @"XmlArrayAttribute cannot be used in repeating part {1}:{0}.");
1285internal static string @SFxXmlSerializerIsNotFound => GetResourceString("SFxXmlSerializerIsNotFound", @"Could not find XmlSerializer for type {0}.");
1287internal static string @SFxChannelFactoryEndpointAddressUri => GetResourceString("SFxChannelFactoryEndpointAddressUri", @"The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified.");
1289internal static string @SFxCloseTimedOut1 => GetResourceString("SFxCloseTimedOut1", @"The ServiceHost close operation timed out after {0}. This could be because a client failed to close a sessionful channel within the required time. The time allotted to this operation may have been a portion of a longer timeout.");
1291internal static string @SfxCloseTimedOutWaitingForDispatchToComplete => GetResourceString("SfxCloseTimedOutWaitingForDispatchToComplete", @"Close process timed out waiting for service dispatch to complete.");
1293internal static string @SFxInvalidWsdlBindingOpMismatch2 => GetResourceString("SFxInvalidWsdlBindingOpMismatch2", @"The WSDL binding named {0} is not valid because no match for operation {1} was found in the corresponding portType definition.");
1295internal static string @SFxInvalidWsdlBindingOpNoName => GetResourceString("SFxInvalidWsdlBindingOpNoName", @"The WSDL binding named {0} is not valid because an operation binding doesn't have a name specified.");
1297internal static string @SFxChannelFactoryNoBindingFoundInConfig1 => GetResourceString("SFxChannelFactoryNoBindingFoundInConfig1", @"The underlying channel factory could not be created because no binding information was found in the configuration file for endpoint with name '{0}'. Please check the endpoint configuration section with name '{0}' to ensure that binding information is present and correct.");
1299internal static string @SFxChannelFactoryNoBindingFoundInConfigOrCode => GetResourceString("SFxChannelFactoryNoBindingFoundInConfigOrCode", @"The underlying channel factory could not be created because no Binding was passed to the ChannelFactory. Please supply a valid Binding instance via the ChannelFactory constructor.");
1301internal static string @SFxProxyRuntimeMessageCannotBeNull => GetResourceString("SFxProxyRuntimeMessageCannotBeNull", @"In operation '{0}', cannot pass null to methods that take Message as input parameter.");
1303internal static string @SFxDispatchRuntimeMessageCannotBeNull => GetResourceString("SFxDispatchRuntimeMessageCannotBeNull", @"In operation '{0}', cannot return null from methods that return Message.");
1305internal static string @SFxMessagePartDescriptionMissingType => GetResourceString("SFxMessagePartDescriptionMissingType", @"Instance of MessagePartDescription Name='{0}' Namespace='{1}' cannot be used in this context: required 'Type' property was not set.");
1307internal static string @SFxWsdlOperationInputNeedsMessageAttribute2 => GetResourceString("SFxWsdlOperationInputNeedsMessageAttribute2", @"The wsdl operation input {0} in portType {1} does not reference a message. This is either because the message attribute is missing or empty.");
1309internal static string @SFxWsdlOperationOutputNeedsMessageAttribute2 => GetResourceString("SFxWsdlOperationOutputNeedsMessageAttribute2", @"The wsdl operation output {0} in portType {1} does not reference a message. This is either because the message attribute is missing or empty.");
1311internal static string @SFxWsdlOperationFaultNeedsMessageAttribute2 => GetResourceString("SFxWsdlOperationFaultNeedsMessageAttribute2", @"The wsdl operation {0} in portType {1} contains a fault that does not reference a message. This is either because the message attribute is missing or empty.");
1313internal static string @AChannelServiceEndpointSBindingIsNull0 => GetResourceString("AChannelServiceEndpointSBindingIsNull0", @"A Channel/Service endpoint's Binding is null.");
1315internal static string @AChannelServiceEndpointSContractIsNull0 => GetResourceString("AChannelServiceEndpointSContractIsNull0", @"A Channel/Service endpoint's Contract is null.");
1317internal static string @AChannelServiceEndpointSContractSNameIsNull0 => GetResourceString("AChannelServiceEndpointSContractSNameIsNull0", @"A Channel/Service endpoint's Contract's name is null or empty.");
1319internal static string @AChannelServiceEndpointSContractSNamespace0 => GetResourceString("AChannelServiceEndpointSContractSNamespace0", @"A Channel/Service endpoint's Contract's namespace is null.");
1321internal static string @SFxNoEndpointMatchingContract => GetResourceString("SFxNoEndpointMatchingContract", @"The message with Action '{0}' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).");
1323internal static string @SFxNoEndpointMatchingAddress => GetResourceString("SFxNoEndpointMatchingAddress", @"The message with To '{0}' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree.");
1325internal static string @SFxNoEndpointMatchingAddressForConnectionOpeningMessage => GetResourceString("SFxNoEndpointMatchingAddressForConnectionOpeningMessage", @"The message with Action '{0}' cannot be processed at the receiver because this Action is reserved for the connection opening messages only and cannot be sent from client to server. To invoke this operation on the server, call the '{1}' method on the client proxy instead.");
1327internal static string @SFxServiceChannelCannotBeCalledBecauseIsSessionOpenNotificationEnabled => GetResourceString("SFxServiceChannelCannotBeCalledBecauseIsSessionOpenNotificationEnabled", @"The operation '{0}' could not be invoked because the property '{1}' on the OperationContract is set to '{2}'. To invoke this operation on the server, call the '{3}' method on the client proxy instead.");
1329internal static string @EndMethodsCannotBeDecoratedWithOperationContractAttribute => GetResourceString("EndMethodsCannotBeDecoratedWithOperationContractAttribute", @"When using the IAsyncResult design pattern, the End method cannot be decorated with OperationContractAttribute. Only the corresponding Begin method can be decorated with OperationContractAttribute; that attribute will apply to the Begin-End pair of methods. Method '{0}' in type '{1}' violates this.");
1331internal static string @DispatchRuntimeRequiresFormatter0 => GetResourceString("DispatchRuntimeRequiresFormatter0", @"The DispatchOperation '{0}' requires Formatter, since DeserializeRequest and SerializeReply are not both false.");
1333internal static string @ClientRuntimeRequiresFormatter0 => GetResourceString("ClientRuntimeRequiresFormatter0", @"The ClientOperation '{0}' requires Formatter, since SerializeRequest and DeserializeReply are not both false.");
1335internal static string @RuntimeRequiresInvoker0 => GetResourceString("RuntimeRequiresInvoker0", @"DispatchOperation requires Invoker.");
1337internal static string @CouldnTCreateChannelForType2 => GetResourceString("CouldnTCreateChannelForType2", @"Channel requirements cannot be met by the ChannelFactory for Binding '{0}' since the contract requires support for one of these channel types '{1}' but the binding doesn't support any of them.");
1339internal static string @CouldnTCreateChannelForChannelType2 => GetResourceString("CouldnTCreateChannelForChannelType2", @"Channel type '{1}' was requested, but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1341internal static string @EndpointListenerRequirementsCannotBeMetBy3 => GetResourceString("EndpointListenerRequirementsCannotBeMetBy3", @"ChannelDispatcher requirements cannot be met by the IChannelListener for Binding '{0}' since the contract requires support for one of these channel types '{1}' but the binding only supports these channel types '{2}'.");
1343internal static string @UnknownListenerType1 => GetResourceString("UnknownListenerType1", @"The listener at Uri '{0}' could not be initialized because it was created for an unrecognized channel type.");
1345internal static string @BindingDoesnTSupportSessionButContractRequires1 => GetResourceString("BindingDoesnTSupportSessionButContractRequires1", @"Contract requires Session, but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1347internal static string @BindingDoesntSupportDatagramButContractRequires => GetResourceString("BindingDoesntSupportDatagramButContractRequires", @"Contract does not allow Session, but Binding '{0}' does not support Datagram or is not configured properly to support it.");
1349internal static string @BindingDoesnTSupportOneWayButContractRequires1 => GetResourceString("BindingDoesnTSupportOneWayButContractRequires1", @"Contract requires OneWay, but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1351internal static string @BindingDoesnTSupportTwoWayButContractRequires1 => GetResourceString("BindingDoesnTSupportTwoWayButContractRequires1", @"Contract requires TwoWay (either request-reply or duplex), but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1353internal static string @BindingDoesnTSupportRequestReplyButContract1 => GetResourceString("BindingDoesnTSupportRequestReplyButContract1", @"Contract requires Request/Reply, but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1355internal static string @BindingDoesnTSupportDuplexButContractRequires1 => GetResourceString("BindingDoesnTSupportDuplexButContractRequires1", @"Contract requires Duplex, but Binding '{0}' doesn't support it or isn't configured properly to support it.");
1357internal static string @BindingDoesnTSupportAnyChannelTypes1 => GetResourceString("BindingDoesnTSupportAnyChannelTypes1", @"Binding '{0}' doesn't support creating any channel types. This often indicates that the BindingElements in a CustomBinding have been stacked incorrectly or in the wrong order. A Transport is required at the bottom of the stack. The recommended order for BindingElements is: TransactionFlow, ReliableSession, Security, CompositeDuplex, OneWay, StreamSecurity, MessageEncoding, Transport.");
1359internal static string @ContractIsNotSelfConsistentItHasOneOrMore2 => GetResourceString("ContractIsNotSelfConsistentItHasOneOrMore2", @"The contract '{0}' is not self-consistent -- it has one or more IsTerminating or non-IsInitiating operations, but it does not have the SessionMode property set to SessionMode.Required. The IsInitiating and IsTerminating attributes can only be used in the context of a session.");
1361internal static string @ContractIsNotSelfConsistentWhenIsSessionOpenNotificationEnabled => GetResourceString("ContractIsNotSelfConsistentWhenIsSessionOpenNotificationEnabled", @"The operation contract '{0}' is not self-consistent. When the '{1}' is set to '{2}', both '{3}' and '{4}' properties must be true, and the operation must not have any input parameters.");
1363internal static string @TheServiceMetadataExtensionInstanceCouldNot2_0 => GetResourceString("TheServiceMetadataExtensionInstanceCouldNot2_0", @"The ServiceMetadataExtension instance could not be added to the ServiceHost instance because it has already been added to another ServiceHost instance.");
1365internal static string @TheServiceMetadataExtensionInstanceCouldNot3_0 => GetResourceString("TheServiceMetadataExtensionInstanceCouldNot3_0", @"The ServiceMetadataExtension instance could not be removed from the ServiceHost instance because it has not been added to any ServiceHost instance.");
1367internal static string @TheServiceMetadataExtensionInstanceCouldNot4_0 => GetResourceString("TheServiceMetadataExtensionInstanceCouldNot4_0", @"The ServiceMetadataExtension instance could not be removed from the ServiceHost instance because it has already been added to a different ServiceHost instance.");
1369internal static string @SynchronizedCollectionWrongType1 => GetResourceString("SynchronizedCollectionWrongType1", @"A value of type '{0}' cannot be added to the generic collection, because the collection has been parameterized with a different type.");
1371internal static string @SynchronizedCollectionWrongTypeNull => GetResourceString("SynchronizedCollectionWrongTypeNull", @"A null value cannot be added to the generic collection, because the collection has been parameterized with a value type.");
1373internal static string @CannotAddTwoItemsWithTheSameKeyToSynchronizedKeyedCollection0 => GetResourceString("CannotAddTwoItemsWithTheSameKeyToSynchronizedKeyedCollection0", @"Cannot add two items with the same key to SynchronizedKeyedCollection.");
1375internal static string @ItemDoesNotExistInSynchronizedKeyedCollection0 => GetResourceString("ItemDoesNotExistInSynchronizedKeyedCollection0", @"Item does not exist in SynchronizedKeyedCollection.");
1377internal static string @SuppliedMessageIsNotAReplyItHasNoRelatesTo0 => GetResourceString("SuppliedMessageIsNotAReplyItHasNoRelatesTo0", @"A reply message was received without a valid RelatesTo header. This may have been caused by a missing RelatesTo header or a RelatesTo header with an invalid WS-Addressing Relationship type.");
1379internal static string @channelIsNotAvailable0 => GetResourceString("channelIsNotAvailable0", @"Internal Error: The InnerChannel property is null.");
1381internal static string @channelDoesNotHaveADuplexSession0 => GetResourceString("channelDoesNotHaveADuplexSession0", @"The current channel does not support closing the output session as this channel does not implement ISessionChannel<IDuplexSession>.");
1383internal static string @EndpointsMustHaveAValidBinding1 => GetResourceString("EndpointsMustHaveAValidBinding1", @"The ServiceEndpoint with name '{0}' could not be exported to WSDL because the Binding property is null. To fix this, set the Binding property to a valid Binding instance.");
1385internal static string @UnabletoImportPolicy => GetResourceString("UnabletoImportPolicy", @"The following Policy Assertions were not Imported:\r\n");
1387internal static string @UnImportedAssertionList => GetResourceString("UnImportedAssertionList", @"XPath:{0}\r\n Assertions:");
1389internal static string @XPathUnavailable => GetResourceString("XPathUnavailable", @"\""XPath Unavailable\""");
1391internal static string @DuplicatePolicyInWsdlSkipped => GetResourceString("DuplicatePolicyInWsdlSkipped", @"A policy expression was ignored because another policy expression with that ID has already been read in this document.\r\nXPath:{0}");
1393internal static string @DuplicatePolicyDocumentSkipped => GetResourceString("DuplicatePolicyDocumentSkipped", @"A policy document was ignored because a policy expression with that ID has already been imported.\r\nPolicy ID:{0}");
1395internal static string @PolicyDocumentMustHaveIdentifier => GetResourceString("PolicyDocumentMustHaveIdentifier", @"A metadata section containing policy did not have an identifier so it cannot be referenced.");
1397internal static string @XPathPointer => GetResourceString("XPathPointer", @"XPath:{0}");
1399internal static string @UnableToFindPolicyWithId => GetResourceString("UnableToFindPolicyWithId", @"A policy reference was ignored because the policy with ID '{0}' could not be found.");
1401internal static string @PolicyReferenceInvalidId => GetResourceString("PolicyReferenceInvalidId", @"A policy reference was ignored because the URI of the reference was empty.");
1403internal static string @PolicyReferenceMissingURI => GetResourceString("PolicyReferenceMissingURI", @"A policy reference was ignored because the required {0} attribute was missing.");
1405internal static string @ExceededMaxPolicyComplexity => GetResourceString("ExceededMaxPolicyComplexity", @"The policy expression was not fully imported because it exceeded the maximum allowable complexity. The import stopped at element '{0}' '{1}'.");
1407internal static string @ExceededMaxPolicySize => GetResourceString("ExceededMaxPolicySize", @"The policy expression was not fully imported because its normalized form was too large.");
1409internal static string @UnrecognizedPolicyElementInNamespace => GetResourceString("UnrecognizedPolicyElementInNamespace", @"Unrecognized policy element {0} in namespace {1}.");
1411internal static string @UnsupportedPolicyDocumentRoot => GetResourceString("UnsupportedPolicyDocumentRoot", @"\""{0}\"" is not a supported WS-Policy document root element.");
1413internal static string @UnrecognizedPolicyDocumentNamespace => GetResourceString("UnrecognizedPolicyDocumentNamespace", @"The \""{0}\"" namespace is not a recognized WS-Policy namespace.");
1415internal static string @NoUsablePolicyAssertions => GetResourceString("NoUsablePolicyAssertions", @"Cannot find usable policy alternatives.");
1417internal static string @PolicyInWsdlMustHaveFragmentId => GetResourceString("PolicyInWsdlMustHaveFragmentId", @"Unreachable policy detected.\r\nA WS-Policy element embedded in WSDL is missing a fragment identifier. This policy cannot be referenced by any WS-PolicyAttachment mechanisms.\r\nXPath:{0}");
1419internal static string @OptionalWSDLExtensionIgnored => GetResourceString("OptionalWSDLExtensionIgnored", @"The optional WSDL extension element '{0}' from namespace '{1}' was not handled.\r\nXPath: {2}");
1421internal static string @RequiredWSDLExtensionIgnored => GetResourceString("RequiredWSDLExtensionIgnored", @"The required WSDL extension element '{0}' from namespace '{1}' was not handled.");
1423internal static string @UnknownWSDLExtensionIgnored => GetResourceString("UnknownWSDLExtensionIgnored", @"An unrecognized WSDL extension of Type '{0}' was not handled.");
1425internal static string @WsdlExporterIsFaulted => GetResourceString("WsdlExporterIsFaulted", @"A previous call to this WsdlExporter left it in a faulted state. It is no longer usable.");
1427internal static string @WsdlImporterIsFaulted => GetResourceString("WsdlImporterIsFaulted", @"A previous call to this WsdlImporter left it in a faulted state. It is no longer usable.");
1429internal static string @WsdlImporterContractMustBeInKnownContracts => GetResourceString("WsdlImporterContractMustBeInKnownContracts", @"The ContractDescription argument to ImportEndpoints must be contained in the KnownContracts collection.");
1431internal static string @WsdlItemAlreadyFaulted => GetResourceString("WsdlItemAlreadyFaulted", @"A previous attempt to import this {0} already failed.");
1433internal static string @PolicyExtensionImportError => GetResourceString("PolicyExtensionImportError", @"An exception was thrown in a call to a policy import extension.\r\nExtension: {0}\r\nError: {1}");
1435internal static string @PolicyExtensionExportError => GetResourceString("PolicyExtensionExportError", @"An exception was thrown in a call to a policy export extension.\r\nExtension: {0}\r\nError: {1}");
1437internal static string @MultipleCallsToExportContractWithSameContract => GetResourceString("MultipleCallsToExportContractWithSameContract", @"Calling IWsdlExportExtension.ExportContract twice with the same ContractDescription is not supported.");
1439internal static string @DuplicateContractQNameNameOnExport => GetResourceString("DuplicateContractQNameNameOnExport", @"Duplicate contract XmlQualifiedNames are not supported.\r\nAnother ContractDescription with the Name: {0} and Namespace: {1} has already been exported.");
1441internal static string @WarnDuplicateBindingQNameNameOnExport => GetResourceString("WarnDuplicateBindingQNameNameOnExport", @"Similar ServiceEndpoints were exported. The WSDL export process was forced to suffix wsdl:binding names to avoid naming conflicts.\r\n Similar ServiceEndpoints means different binding instances having the Name: {0} and Namespace: {1} and either the same ContractDescription or at least the same contract Name: {2}.");
1443internal static string @WarnSkippingOpertationWithWildcardAction => GetResourceString("WarnSkippingOpertationWithWildcardAction", @"An operation was skipped during export because it has a wildcard action. This is not supported in WSDL.\r\nContract Name:{0}\r\nContract Namespace:{1}\r\nOperation Name:{2}");
1445internal static string @WarnSkippingOpertationWithSessionOpenNotificationEnabled => GetResourceString("WarnSkippingOpertationWithSessionOpenNotificationEnabled", @"An operation was skipped during export because the property '{0}' is set to '{1}'. This operation should be used for server only and should not be exposed from WSDL. \r\nContract Name:{2}\r\nContract Namespace:{3}\r\nOperation Name:{4}");
1447internal static string @WsdlExtensionContractExportError => GetResourceString("WsdlExtensionContractExportError", @"An exception was thrown in a call to a WSDL export extension: {0}\r\n contract: {1}");
1449internal static string @WsdlExtensionEndpointExportError => GetResourceString("WsdlExtensionEndpointExportError", @"An exception was thrown in a call to a WSDL export extension: {0}\r\n Endpoint: {1}");
1451internal static string @WsdlExtensionBeforeImportError => GetResourceString("WsdlExtensionBeforeImportError", @"A WSDL import extension threw an exception during the BeforeImport call: {0}\r\nError: {1}");
1453internal static string @WsdlExtensionImportError => GetResourceString("WsdlExtensionImportError", @"An exception was thrown while running a WSDL import extension: {0}\r\nError: {1}");
1455internal static string @WsdlImportErrorMessageDetail => GetResourceString("WsdlImportErrorMessageDetail", @"Cannot import {0}\r\nDetail: {2}\r\nXPath to Error Source: {1}");
1457internal static string @WsdlImportErrorDependencyDetail => GetResourceString("WsdlImportErrorDependencyDetail", @"There was an error importing a {0} that the {1} is dependent on.\r\nXPath to {0}: {2}");
1459internal static string @UnsupportedEnvelopeVersion => GetResourceString("UnsupportedEnvelopeVersion", @"The {0} binding element requires envelope version '{1}' It doesn't support '{2}'.");
1461internal static string @NoValue0 => GetResourceString("NoValue0", @"No value.");
1463internal static string @UnsupportedBindingElementClone => GetResourceString("UnsupportedBindingElementClone", @"The '{0}' binding element does not support cloning.");
1465internal static string @ServicesWithoutAServiceContractAttributeCan2 => GetResourceString("ServicesWithoutAServiceContractAttributeCan2", @"The {0} declared on method '{1}' in type '{2}' is invalid. {0}s are only valid on methods that are declared in a type that has ServiceContractAttribute. Either add ServiceContractAttribute to type '{2}' or remove {0} from method '{1}'.");
1467internal static string @tooManyAttributesOfTypeOn2 => GetResourceString("tooManyAttributesOfTypeOn2", @"Too many attributes of type {0} on {1}.");
1469internal static string @couldnTFindRequiredAttributeOfTypeOn2 => GetResourceString("couldnTFindRequiredAttributeOfTypeOn2", @"Couldn't find required attribute of type {0} on {1}.");
1471internal static string @AttemptedToGetContractTypeForButThatTypeIs1 => GetResourceString("AttemptedToGetContractTypeForButThatTypeIs1", @"Attempted to get contract type for {0}, but that type is not a ServiceContract, nor does it inherit a ServiceContract.");
1473internal static string @NoEndMethodFoundForAsyncBeginMethod3 => GetResourceString("NoEndMethodFoundForAsyncBeginMethod3", @"OperationContract method '{0}' in type '{1}' does not properly implement the async pattern, as no corresponding method '{2}' could be found. Either provide a method called '{2}' or set the AsyncPattern property on method '{0}' to false.");
1475internal static string @MoreThanOneEndMethodFoundForAsyncBeginMethod3 => GetResourceString("MoreThanOneEndMethodFoundForAsyncBeginMethod3", @"OperationContract method '{0}' in type '{1}' does not properly implement the async pattern, as more than one corresponding method '{2}' was found. When using the async pattern, exactly one end method must be provided. Either remove or rename one or more of the '{2}' methods such that there is just one, or set the AsyncPattern property on method '{0}' to false.");
1477internal static string @InvalidAsyncEndMethodSignatureForMethod2 => GetResourceString("InvalidAsyncEndMethodSignatureForMethod2", @"Invalid async End method signature for method {0} in ServiceContract type {1}. Your end method must take an IAsyncResult as the last argument.");
1479internal static string @InvalidAsyncBeginMethodSignatureForMethod2 => GetResourceString("InvalidAsyncBeginMethodSignatureForMethod2", @"Invalid async Begin method signature for method {0} in ServiceContract type {1}. Your begin method must take an AsyncCallback and an object as the last two arguments and return an IAsyncResult.");
1481internal static string @InAContractInheritanceHierarchyIfParentHasCallbackChildMustToo => GetResourceString("InAContractInheritanceHierarchyIfParentHasCallbackChildMustToo", @"Because base ServiceContract '{0}' has a CallbackContract '{1}', derived ServiceContract '{2}' must also specify either '{1}' or a derived type as its CallbackContract.");
1483internal static string @InAContractInheritanceHierarchyTheServiceContract3_2 => GetResourceString("InAContractInheritanceHierarchyTheServiceContract3_2", @"In a contract inheritance hierarchy, the ServiceContract's CallbackContract must be a subtype of the CallbackContracts of all of the CallbackContracts of the ServiceContracts inherited by the original ServiceContract, Types {0} and {1} violate this rule.");
1485internal static string @CannotHaveTwoOperationsWithTheSameName3 => GetResourceString("CannotHaveTwoOperationsWithTheSameName3", @"Cannot have two operations in the same contract with the same name, methods {0} and {1} in type {2} violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.");
1487internal static string @CannotHaveTwoOperationsWithTheSameElement5 => GetResourceString("CannotHaveTwoOperationsWithTheSameElement5", @"The {0}.{1} operation references a message element [{2}] that has already been exported from the {3}.{4} operation. You can change the name of one of the operations by changing the method name or using the Name property of OperationContractAttribute. Alternatively, you can control the element name in greater detail using the MessageContract programming model.");
1489internal static string @CannotInheritTwoOperationsWithTheSameName3 => GetResourceString("CannotInheritTwoOperationsWithTheSameName3", @"Cannot inherit two different operations with the same name, operation '{0}' from contracts '{1}' and '{2}' violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.");
1491internal static string @SyncAsyncMatchConsistency_Parameters5 => GetResourceString("SyncAsyncMatchConsistency_Parameters5", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same number and types of parameters. In this case, some of the arguments are different. To fix it, ensure that the OperationContracts define the same number and types of arguments, in the same order. Alternatively, changing the name of one of the methods will prevent matching.");
1493internal static string @SyncTaskMatchConsistency_Parameters5 => GetResourceString("SyncTaskMatchConsistency_Parameters5", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must define the same number and types of parameters. In this case, some of the arguments are different. To fix it, ensure that the OperationContracts define the same number and types of arguments, in the same order. Alternatively, changing the name of one of the methods will prevent matching.");
1495internal static string @TaskAsyncMatchConsistency_Parameters5 => GetResourceString("TaskAsyncMatchConsistency_Parameters5", @"The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same number and types of parameters. In this case, some of the arguments are different. To fix it, ensure that the OperationContracts define the same number and types of arguments, in the same order. Alternatively, changing the name of one of the methods will prevent matching.");
1497internal static string @SyncAsyncMatchConsistency_ReturnType5 => GetResourceString("SyncAsyncMatchConsistency_ReturnType5", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '{0}' and method '{3}' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.");
1499internal static string @SyncTaskMatchConsistency_ReturnType5 => GetResourceString("SyncTaskMatchConsistency_ReturnType5", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '{0}' and method '{2}' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.");
1501internal static string @TaskAsyncMatchConsistency_ReturnType5 => GetResourceString("TaskAsyncMatchConsistency_ReturnType5", @"The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '{0}' and method '{3}' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.");
1503internal static string @SyncAsyncMatchConsistency_Attributes6 => GetResourceString("SyncAsyncMatchConsistency_Attributes6", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the synchronous OperationContract method. In this case, the asynchronous OperationContract method '{2}' has one or more attributes of type '{5}'. To fix it, remove the '{5}' attribute or attributes from method '{2}'. Alternatively, changing the name of one of the methods will prevent matching.");
1505internal static string @SyncTaskMatchConsistency_Attributes6 => GetResourceString("SyncTaskMatchConsistency_Attributes6", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, any additional attributes must be declared on the synchronous OperationContract method. In this case, the task-based asynchronous OperationContract method '{2}' has one or more attributes of type '{4}'. To fix it, remove the '{4}' attribute or attributes from method '{2}'. Alternatively, changing the name of one of the methods will prevent matching.");
1507internal static string @TaskAsyncMatchConsistency_Attributes6 => GetResourceString("TaskAsyncMatchConsistency_Attributes6", @"The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the task-based asynchronous OperationContract method. In this case, the asynchronous OperationContract method '{2}' has one or more attributes of type '{5}'. To fix it, remove the '{5}' attribute or attributes from method '{2}'. Alternatively, changing the name of one of the methods will prevent matching.");
1509internal static string @SyncAsyncMatchConsistency_Property6 => GetResourceString("SyncAsyncMatchConsistency_Property6", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must have the same value for the '{5}' property. In this case, the values are different. To fix it, change the '{5} property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.");
1511internal static string @SyncTaskMatchConsistency_Property6 => GetResourceString("SyncTaskMatchConsistency_Property6", @"The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must have the same value for the '{4}' property. In this case, the values are different. To fix it, change the '{4} property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.");
1513internal static string @TaskAsyncMatchConsistency_Property6 => GetResourceString("TaskAsyncMatchConsistency_Property6", @"The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must have the same value for the '{5}' property. In this case, the values are different. To fix it, change the '{5} property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.");
1515internal static string @ServiceOperationsMarkedWithIsOneWayTrueMust0 => GetResourceString("ServiceOperationsMarkedWithIsOneWayTrueMust0", @"Operations marked with IsOneWay=true must not declare output parameters, by-reference parameters or return values.");
1517internal static string @OneWayOperationShouldNotSpecifyAReplyAction1 => GetResourceString("OneWayOperationShouldNotSpecifyAReplyAction1", @"One way operation {0} cannot not specify a reply action.");
1519internal static string @OneWayAndFaultsIncompatible2 => GetResourceString("OneWayAndFaultsIncompatible2", @"The method '{1}' in type '{0}' is marked IsOneWay=true and declares one or more FaultContractAttributes. One-way methods cannot declare FaultContractAttributes. To fix it, change IsOneWay to false or remove the FaultContractAttributes.");
1521internal static string @UnableToLocateOperation2 => GetResourceString("UnableToLocateOperation2", @"Cannot locate operation {0} in Contract {1}.");
1523internal static string @UnsupportedWSDLOnlyOneMessage => GetResourceString("UnsupportedWSDLOnlyOneMessage", @"Unsupported WSDL, only one message part is supported for fault messages. This fault message references zero or more than one message part. If you have edit access to the WSDL file, you can fix the problem by removing the extra message parts such that fault message references just one part.");
1525internal static string @UnsupportedWSDLTheFault => GetResourceString("UnsupportedWSDLTheFault", @"Unsupported WSDL, the fault message part must reference an element. This fault message does not reference an element. If you have edit access to the WSDL document, you can fix the problem by referencing a schema element using the 'element' attribute.");
1527internal static string @AsyncEndCalledOnWrongChannel => GetResourceString("AsyncEndCalledOnWrongChannel", @"Async End called on wrong channel.");
1529internal static string @AsyncEndCalledWithAnIAsyncResult => GetResourceString("AsyncEndCalledWithAnIAsyncResult", @"Async End called with an IAsyncResult from a different Begin method.");
1531internal static string @MessageHeaderIsNull0 => GetResourceString("MessageHeaderIsNull0", @"The value of the addressHeaders argument is invalid because the collection contains null values. Null is not a valid value for the AddressHeaderCollection.");
1533internal static string @MessagePropertiesArraySize0 => GetResourceString("MessagePropertiesArraySize0", @"The array passed does not have enough space to hold all the properties contained by this collection.");
1535internal static string @DuplicateBehavior1 => GetResourceString("DuplicateBehavior1", @"The value could not be added to the collection, as the collection already contains an item of the same type: '{0}'. This collection only supports one instance of each type.");
1537internal static string @CantCreateChannelWithManualAddressing => GetResourceString("CantCreateChannelWithManualAddressing", @"Cannot create channel for a contract that requires request/reply and a binding that requires manual addressing but only supports duplex communication.");
1539internal static string @XsdMissingRequiredAttribute1 => GetResourceString("XsdMissingRequiredAttribute1", @"Missing required '{0}' attribute.");
1541internal static string @IgnoreSoapHeaderBinding3 => GetResourceString("IgnoreSoapHeaderBinding3", @"Ignoring invalid SOAP header extension in wsdl:operation name='{0}' from targetNamespace='{1}'. Reason: {2}");
1543internal static string @IgnoreSoapFaultBinding3 => GetResourceString("IgnoreSoapFaultBinding3", @"Ignoring invalid SOAP fault extension in wsdl:operation name='{0}' from targetNamespace='{1}'. Reason: {2}");
1545internal static string @IgnoreMessagePart3 => GetResourceString("IgnoreMessagePart3", @"Ignoring invalid part in wsdl:message name='{0}' from targetNamespace='{1}'. Reason: {2}");
1547internal static string @CannotImportPrivacyNoticeElementWithoutVersionAttribute => GetResourceString("CannotImportPrivacyNoticeElementWithoutVersionAttribute", @"PrivacyNotice element must have a Version attribute.");
1549internal static string @PrivacyNoticeElementVersionAttributeInvalid => GetResourceString("PrivacyNoticeElementVersionAttributeInvalid", @"PrivacyNotice element Version attribute must have an integer value.");
1551internal static string @XDCannotFindValueInDictionaryString => GetResourceString("XDCannotFindValueInDictionaryString", @"Cannot find '{0}' value in dictionary string.");
1553internal static string @WmiGetObject => GetResourceString("WmiGetObject", @"WMI GetObject Query: {0}");
1555internal static string @WmiPutInstance => GetResourceString("WmiPutInstance", @"WMI PutInstance Class: {0}");
1557internal static string @NoChannelBuilderAvailable => GetResourceString("NoChannelBuilderAvailable", @"The binding (Name={0}, Namespace={1}) cannot be used to create a ChannelFactory or a ChannelListener because it appears to be missing a TransportBindingElement. Every binding must have at least one binding element that derives from TransportBindingElement.");
1559internal static string @InvalidBindingScheme => GetResourceString("InvalidBindingScheme", @"The TransportBindingElement of type '{0}' in this CustomBinding returned a null or empty string for the Scheme. TransportBindingElement's Scheme must be a non-empty string.");
1561internal static string @CustomBindingRequiresTransport => GetResourceString("CustomBindingRequiresTransport", @"Binding '{0}' lacks a TransportBindingElement. Every binding must have a binding element that derives from TransportBindingElement. This binding element must appear last in the BindingElementCollection.");
1563internal static string @TransportBindingElementMustBeLast => GetResourceString("TransportBindingElementMustBeLast", @"In Binding '{0}', TransportBindingElement '{1}' does not appear last in the BindingElementCollection. Please change the order of elements such that the TransportBindingElement is last.");
1565internal static string @MessageVersionMissingFromBinding => GetResourceString("MessageVersionMissingFromBinding", @"None of the binding elements in binding '{0}' define a message version. At least one binding element must define a message version and return it from the GetProperty<MessageVersion> method.");
1567internal static string @NotAllBindingElementsBuilt => GetResourceString("NotAllBindingElementsBuilt", @"Some of the binding elements in this binding were not used when building the ChannelFactory / ChannelListener. This may be have been caused by the binding elements being misordered. The recommended order for binding elements is: TransactionFlow, ReliableSession, Security, CompositeDuplex, OneWay, StreamSecurity, MessageEncoding, Transport. Note that the TransportBindingElement must be last. The following binding elements were not built: {0}.");
1569internal static string @MultipleMebesInParameters => GetResourceString("MultipleMebesInParameters", @"More than one MessageEncodingBindingElement was found in the BindingParameters of the BindingContext. This usually is caused by having multiple MessageEncodingBindingElements in a CustomBinding. Remove all but one of these elements.");
1571internal static string @MultipleStreamUpgradeProvidersInParameters => GetResourceString("MultipleStreamUpgradeProvidersInParameters", @"More than one IStreamUpgradeProviderElement was found in the BindingParameters of the BindingContext. This usually is caused by having multiple IStreamUpgradeProviderElements in a CustomBinding. Remove all but one of these elements.");
1573internal static string @SecurityCapabilitiesMismatched => GetResourceString("SecurityCapabilitiesMismatched", @"The security capabilities of binding '{0}' do not match those of the generated runtime object. Most likely this means the binding contains a StreamSecurityBindingElement, but lacks a TransportBindingElement that supports Stream Security (such as TCP or Named Pipes). Either remove the unused StreamSecurityBindingElement or use a transport that supports this element.");
1575internal static string @BaseAddressMustBeAbsolute => GetResourceString("BaseAddressMustBeAbsolute", @"Only an absolute Uri can be used as a base address.");
1577internal static string @BaseAddressDuplicateScheme => GetResourceString("BaseAddressDuplicateScheme", @"This collection already contains an address with scheme {0}. There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.");
1579internal static string @BaseAddressCannotHaveUserInfo => GetResourceString("BaseAddressCannotHaveUserInfo", @"A base address cannot contain a Uri user info section.");
1581internal static string @TransportBindingElementNotFound => GetResourceString("TransportBindingElementNotFound", @"The binding does not contain a TransportBindingElement.");
1583internal static string @ChannelDemuxerBindingElementNotFound => GetResourceString("ChannelDemuxerBindingElementNotFound", @"The binding does not contain a ChannelDemuxerBindingElement.");
1585internal static string @BaseAddressCannotHaveQuery => GetResourceString("BaseAddressCannotHaveQuery", @"A base address cannot contain a Uri query string.");
1587internal static string @BaseAddressCannotHaveFragment => GetResourceString("BaseAddressCannotHaveFragment", @"A base address cannot contain a Uri fragment.");
1589internal static string @UriMustBeAbsolute => GetResourceString("UriMustBeAbsolute", @"The given URI must be absolute.");
1591internal static string @ConfigInvalidBindingConfigurationName => GetResourceString("ConfigInvalidBindingConfigurationName", @"The {1} binding does not have a configured binding named '{0}'.");
1593internal static string @ConfigInvalidTransactionFlowProtocolValue => GetResourceString("ConfigInvalidTransactionFlowProtocolValue", @"'{0}' is not a valid transaction protocol. Valid values are 'OleTransactions', 'WSAtomicTransactionOctober2004', and 'WSAtomicTransaction11'.");
1595internal static string @Default => GetResourceString("Default", @"(Default)");
1597internal static string @InternalError => GetResourceString("InternalError", @"An unexpected error has occurred.");
1599internal static string @GeneralSchemaValidationError => GetResourceString("GeneralSchemaValidationError", @"There was an error verifying some XML Schemas generated during export:\r\n{0}");
1601internal static string @SchemaValidationError => GetResourceString("SchemaValidationError", @"There was a validation error on a schema generated during export:\r\n Source: {0}\r\n Line: {1} Column: {2}\r\n Validation Error: {3}");
1603internal static string @ClaimTypeCannotBeEmpty => GetResourceString("ClaimTypeCannotBeEmpty", @"The claimType cannot be an empty string.");
1605internal static string @MissingCustomCertificateValidator => GetResourceString("MissingCustomCertificateValidator", @"X509CertificateValidationMode.Custom requires a CustomCertificateValidator. Specify the CustomCertificateValidator property.");
1607internal static string @SecurityAuditPlatformNotSupported => GetResourceString("SecurityAuditPlatformNotSupported", @"Writing audit messages to the Security log is not supported by the current platform. You must write audit messages to the Application log.");
1609internal static string @AccessDenied => GetResourceString("AccessDenied", @"Access is denied.");
1611internal static string @ArgumentOutOfRange => GetResourceString("ArgumentOutOfRange", @"value must be >= {0} and <= {1}.");
1613internal static string @ArgumentOutOfMinRange => GetResourceString("ArgumentOutOfMinRange", @"Specified argument was out of the range of valid values. The value must be at least {0}.");
1615internal static string @ContextBindingElementCannotProvideChannelFactory => GetResourceString("ContextBindingElementCannotProvideChannelFactory", @"ContextBindingElement cannot provide channel factory for the requested channel shape {0}.");
1617internal static string @ContextBindingElementCannotProvideChannelListener => GetResourceString("ContextBindingElementCannotProvideChannelListener", @"ContextBindingElement cannot provide channel listener for the requested channel shape {0}.");
1619internal static string @BehaviorRequiresContextProtocolSupportInBinding => GetResourceString("BehaviorRequiresContextProtocolSupportInBinding", @"Service behavior {0} requires that the binding associated with endpoint {1} listening on {2} supports the context protocol, because the contract associated with this endpoint may require a session. Currently configured binding for this endpoint does not support the context protocol. Please modify the binding to add support for the context protocol or modify the SessionMode on the contract to NotAllowed.");
1621internal static string @HttpCookieContextExchangeMechanismNotCompatibleWithTransportType => GetResourceString("HttpCookieContextExchangeMechanismNotCompatibleWithTransportType", @"Binding {1}:{2} is configured with ContextExchangeMechanism.HttpCookie which is not compatible with the transport type {0}. Please modify the ContextExchangeMechanism or use HTTP or HTTPS transport.");
1623internal static string @HttpCookieContextExchangeMechanismNotCompatibleWithTransportCookieSetting => GetResourceString("HttpCookieContextExchangeMechanismNotCompatibleWithTransportCookieSetting", @"ContextBindingElement of binding {0}:{1} is configured with ContextExchangeMode.HttpCookie but the configuration of this binding's HttpTransportBindingElement prevents upper channel layers from managing cookies. Please set the HttpTransportBindingElement.AllowCookies property to false or change the ContextExchangeMechanism of ContextBindingElement to SoapHeader.");
1625internal static string @PolicyImportContextBindingElementCollectionIsNull => GetResourceString("PolicyImportContextBindingElementCollectionIsNull", @"ContextBindingElementImporter cannot import policy because PolicyImportContext.BindingElements collection is null.");
1627internal static string @ActivityCallback => GetResourceString("ActivityCallback", @"Executing user callback.");
1629internal static string @ActivityClose => GetResourceString("ActivityClose", @"Close '{0}'.");
1631internal static string @ActivityConstructChannelFactory => GetResourceString("ActivityConstructChannelFactory", @"Construct ChannelFactory. Contract type: '{0}'.");
1633internal static string @ActivityExecuteMethod => GetResourceString("ActivityExecuteMethod", @"Execute '{0}.{1}'.");
1635internal static string @ActivityCloseClientBase => GetResourceString("ActivityCloseClientBase", @"Close ClientBase. Contract type: '{0}'.");
1637internal static string @ActivityOpen => GetResourceString("ActivityOpen", @"Open '{0}'.");
1639internal static string @ActivityOpenClientBase => GetResourceString("ActivityOpenClientBase", @"Open ClientBase. Contract type: '{0}'.");
1641internal static string @ActivityProcessAction => GetResourceString("ActivityProcessAction", @"Process action '{0}'.");
1643internal static string @TraceCodeConnectionPoolIdleTimeoutReached => GetResourceString("TraceCodeConnectionPoolIdleTimeoutReached", @"A connection has exceeded the idle timeout of this connection pool ({0}) and been closed.");
1645internal static string @TraceCodeConnectionPoolLeaseTimeoutReached => GetResourceString("TraceCodeConnectionPoolLeaseTimeoutReached", @"A connection has exceeded the connection lease timeout of this connection pool ({0}) and been closed.");
1647internal static string @TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached => GetResourceString("TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached", @"MaxOutboundConnectionsPerEndpoint quota ({0}) has been reached, so connection was closed and not stored in this connection pool.");
1649internal static string @TraceCodeCannotBeImportedInCurrentFormat => GetResourceString("TraceCodeCannotBeImportedInCurrentFormat", @"The given schema cannot be imported in this format.");
1651internal static string @TraceCodeSecurity => GetResourceString("TraceCodeSecurity", @"A failure occured while performing a security related operation.");
1653internal static string @TraceCodeMetadataExchangeClientSendRequest => GetResourceString("TraceCodeMetadataExchangeClientSendRequest", @"The MetadataExchangeClient is sending a request for metadata.");
1655internal static string @TraceCodeMetadataExchangeClientReceiveReply => GetResourceString("TraceCodeMetadataExchangeClientReceiveReply", @"The MetadataExchangeClient received a reply.");
1657internal static string @ErrorInLine => GetResourceString("ErrorInLine", @"Error in line {0} position {1}.");
1659internal static string @XmlLineInfo => GetResourceString("XmlLineInfo", @"Line {0}, position {1}.");
1661internal static string @XmlFoundEndOfFile => GetResourceString("XmlFoundEndOfFile", @"end of file");
1663internal static string @XmlFoundElement => GetResourceString("XmlFoundElement", @"element '{0}' from namespace '{1}'");
1665internal static string @XmlFoundEndElement => GetResourceString("XmlFoundEndElement", @"end element '{0}' from namespace '{1}'");
1667internal static string @XmlFoundText => GetResourceString("XmlFoundText", @"text '{0}'");
1669internal static string @XmlFoundCData => GetResourceString("XmlFoundCData", @"cdata '{0}'");
1671internal static string @XmlFoundComment => GetResourceString("XmlFoundComment", @"comment '{0}'");
1673internal static string @XmlFoundNodeType => GetResourceString("XmlFoundNodeType", @"node {0}");
1675internal static string @XmlStartElementExpected => GetResourceString("XmlStartElementExpected", @"Start element expected. Found {0}.");
1677internal static string @SFxDocExt_MainPageIntroSingleWsdl => GetResourceString("SFxDocExt_MainPageIntroSingleWsdl", @"You can also access the service description as a single file:");
1679internal static string @SFxCannotImportAsParameters_OutputParameterAndTask => GetResourceString("SFxCannotImportAsParameters_OutputParameterAndTask", @"Generating message contract since the operation has multiple return values.");
1681internal static string @ID0023 => GetResourceString("ID0023", @"ID0023: Failed to create an instance of '{0}' from configuration. A custom configuration element was specified, but the method LoadCustomConfiguration was not implemented. Override LoadCustomConfiguration to handle custom configuration loading.");
1683internal static string @AuthFailed => GetResourceString("AuthFailed", @"Authentication failed.");
1685internal static string @InputTypeListEmptyError => GetResourceString("InputTypeListEmptyError", @"The input handler list cannot be empty.");
1687internal static string @DelegatingHandlerArrayHasNonNullInnerHandler => GetResourceString("DelegatingHandlerArrayHasNonNullInnerHandler", @"The '{0}' list is invalid because the property '{1}' of '{2}' is not null.");
1689internal static string @DelegatingHandlerArrayFromFuncContainsNullItem => GetResourceString("DelegatingHandlerArrayFromFuncContainsNullItem", @"The '{0}' list created by the Func '{1}' is invalid because it contains one or more null items.");
1691internal static string @HttpMessageHandlerTypeNotSupported => GetResourceString("HttpMessageHandlerTypeNotSupported", @"Invalid type: '{0}'. It must inherit from base type '{1}', cannot be abstract, and must expose a public default constructor.");
1693internal static string @HttpPipelineNotSupportedOnClientSide => GetResourceString("HttpPipelineNotSupportedOnClientSide", @"The property '{0}' is not supported when building a ChannelFactory. The property value must be null when calling BuildChannelFactory.");
1695internal static string @WebSocketInvalidProtocolInvalidCharInProtocolString => GetResourceString("WebSocketInvalidProtocolInvalidCharInProtocolString", @"The subprotocol '{0}' is invalid because it contains the invalid character '{1}'.");
1697internal static string @WebSocketInvalidProtocolContainsMultipleSubProtocolString => GetResourceString("WebSocketInvalidProtocolContainsMultipleSubProtocolString", @"The value specified ('{0}') contains more than one subprotocol which is not supported.");
1699internal static string @WebSocketInvalidProtocolEmptySubprotocolString => GetResourceString("WebSocketInvalidProtocolEmptySubprotocolString", @"Empty string is not a valid subprotocol value. Please use \""null\"" to specify no value.");
1701internal static string @WebSocketUnexpectedCloseMessageError => GetResourceString("WebSocketUnexpectedCloseMessageError", @"Unexpected WebSocket close message received when receiving a message.");
1703internal static string @WebSocketStreamWriteCalledAfterEOMSent => GetResourceString("WebSocketStreamWriteCalledAfterEOMSent", @"Cannot write to the stream because the end of the stream marker was already written.");
1705internal static string @WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage => GetResourceString("WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage", @"HttpChannelFactory cannot create the channel with shape '{0}' when the {1} of {2} was set as '{3}'.");
1707internal static string @ClientWebSocketFactory_CreateWebSocketFailed => GetResourceString("ClientWebSocketFactory_CreateWebSocketFailed", @"An error occurred when creating the WebSocket with the factory of type '{0}'. See the inner exception for details.");
1709internal static string @ClientWebSocketFactory_InvalidWebSocket => GetResourceString("ClientWebSocketFactory_InvalidWebSocket", @"WebSocket creation failed. The '{0}' returned a WebSocket that is either null or not opened.");
1711internal static string @ClientWebSocketFactory_InvalidSubProtocol => GetResourceString("ClientWebSocketFactory_InvalidSubProtocol", @"The WebSocket returned by the factory of type '{0}' has the SubProtocol '{1}' that doesn't match the requested SubProtocol value '{2}'.");
1713internal static string @WebSocketSendTimedOut => GetResourceString("WebSocketSendTimedOut", @"The Send operation timed out after '{0}'. Increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.");
1715internal static string @WebSocketReceiveTimedOut => GetResourceString("WebSocketReceiveTimedOut", @"The Receive operation timed out after '{0}'. For duplex sessionful channels, the receive timeout is also the idle timeout for the channel, so consider setting a suitably large value for the ReceiveTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.");
1717internal static string @WebSocketOperationTimedOut => GetResourceString("WebSocketOperationTimedOut", @"The '{0}' operation timed out after '{1}'. The time allotted to this operation may have been a portion of a longer timeout.");
1719internal static string @WebSocketTransportPolicyAssertionInvalid => GetResourceString("WebSocketTransportPolicyAssertionInvalid", @"The name of the policy being imported for contract '{0}:{1}' is invalid:'{2}'. It should be either '{3}', '{4}' or '{5}'.");
1721internal static string @WebSocketVersionMismatchFromServer => GetResourceString("WebSocketVersionMismatchFromServer", @"The server didn't accept the connection request. It is possible that the WebSocket protocol version on your client doesn't match the one on the server('{0}').");
1723internal static string @WebSocketSubProtocolMismatchFromServer => GetResourceString("WebSocketSubProtocolMismatchFromServer", @"The server didn't accept the connection request. It is possible that the WebSocket subprotocol sent by your client is not supported by the server. Protocol(s) supported by the server are '{0}'.");
1725internal static string @CopyHttpHeaderFailed => GetResourceString("CopyHttpHeaderFailed", @"Failed to copy the HTTP header '{0}' with value '{1}' to '{2}'.");
1727internal static string @XmlInvalidConversion => GetResourceString("XmlInvalidConversion", @"The value '{0}' cannot be parsed as the type '{1}'.");
1729internal static string @XmlInvalidStream => GetResourceString("XmlInvalidStream", @"Stream returned by OperationStreamProvider cannot be null.");
1731internal static string @LockTimeoutExceptionMessage => GetResourceString("LockTimeoutExceptionMessage", @"Cannot claim lock within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.");
1733internal static string @InvalidEnumArgument => GetResourceString("InvalidEnumArgument", @"The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.");
1735internal static string @InvalidTypedProxyMethodHandle => GetResourceString("InvalidTypedProxyMethodHandle", @"The specified method handle is incorrect for the proxy of type '{0}'");
1737internal static string @FailedToCreateTypedProxy => GetResourceString("FailedToCreateTypedProxy", @"Failed to create a typed proxy for type '{0}'");
1739internal static string @SecurityTokenRequirementDoesNotContainProperty => GetResourceString("SecurityTokenRequirementDoesNotContainProperty", @"The token requirement does not contain a property '{0}'.");
1741internal static string @SecurityTokenRequirementHasInvalidTypeForProperty => GetResourceString("SecurityTokenRequirementHasInvalidTypeForProperty", @"The token requirement has an unexpected type '{1}' for property '{0}'. The expected property type is '{2}'.");
1743internal static string @TokenCancellationNotSupported => GetResourceString("TokenCancellationNotSupported", @"The token provider '{0}' does not support token cancellation.");
1745internal static string @TokenProviderUnableToGetToken => GetResourceString("TokenProviderUnableToGetToken", @"The token provider '{0}' was unable to provide a security token.");
1747internal static string @TokenProviderUnableToRenewToken => GetResourceString("TokenProviderUnableToRenewToken", @"The token provider '{0}' was unable to renew the security token.");
1749internal static string @TokenRenewalNotSupported => GetResourceString("TokenRenewalNotSupported", @"The token provider '{0}' does not support token renewal.");
1751internal static string @UserNameCannotBeEmpty => GetResourceString("UserNameCannotBeEmpty", @"The username cannot be empty.");
1753internal static string @ActivityBoundary => GetResourceString("ActivityBoundary", @"ActivityBoundary");
1755internal static string @StringNullOrEmpty => GetResourceString("StringNullOrEmpty", @"StringNullOrEmpty");
1757internal static string @GenericCallbackException => GetResourceString("GenericCallbackException", @"GenericCallbackException");
1759internal static string @ArgumentCannotBeEmptyString => GetResourceString("ArgumentCannotBeEmptyString", @"The argument must be a non-empty string.");
1761internal static string @KeyIdentifierClauseDoesNotSupportKeyCreation => GetResourceString("KeyIdentifierClauseDoesNotSupportKeyCreation", @"This SecurityKeyIdentifierClause does not support key creation.");
1763internal static string @SymmetricKeyLengthTooShort => GetResourceString("SymmetricKeyLengthTooShort", @"The length of the symmetric key specified is too short ({0} bytes).");
1765internal static string @KeyIdentifierCannotCreateKey => GetResourceString("KeyIdentifierCannotCreateKey", @"This SecurityKeyIdentifier does not have any clause that can create a key.");
1767internal static string @NoKeyIdentifierClauseFound => GetResourceString("NoKeyIdentifierClauseFound", @"No clause of type '{0}' was found in the SecurityKeyIdentifier.");
1769internal static string @LocalIdCannotBeEmpty => GetResourceString("LocalIdCannotBeEmpty", @"The localId cannot be empty. Specify a valid 'localId'.");
1771internal static string @UnableToResolveKeyReference => GetResourceString("UnableToResolveKeyReference", @"The token resolver is unable to resolve the security key reference '{0}'.");
1773internal static string @CannotValidateSecurityTokenType => GetResourceString("CannotValidateSecurityTokenType", @"The security token authenticator '{0}' cannot validate a token of type '{1}'.");
1775internal static string @UnableToResolveTokenReference => GetResourceString("UnableToResolveTokenReference", @"The token resolver is unable to resolve the token reference '{0}'.");
1777internal static string @UnauthorizedAccess_MemStreamBuffer => GetResourceString("UnauthorizedAccess_MemStreamBuffer", @"MemoryStream's internal buffer cannot be accessed.");
1779internal static string @ConfigurationFilesNotSupported => GetResourceString("ConfigurationFilesNotSupported", @"Configuration files are not supported.");
1781internal static string @X509ChainBuildFail => GetResourceString("X509ChainBuildFail", @"The X.509 certificate {0} chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. {1}");
1783internal static string @ImpersonationLevelNotSupported => GetResourceString("ImpersonationLevelNotSupported", @"The authentication modes using Kerberos do not support the impersonation level '{0}'. Specify identification or impersonation.");
1785internal static string @ProvidedNetworkCredentialsForKerberosHasInvalidUserName => GetResourceString("ProvidedNetworkCredentialsForKerberosHasInvalidUserName", @"The NetworkCredentials provided for the Kerberos Token does not have a valid UserName.");