|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.ServiceModel.Http
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.ServiceModel.Http.SR)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
/// <summary>Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode.</summary>
internal static string @CertificateUnsupportedForHttpTransportCredentialOnly => GetResourceString("CertificateUnsupportedForHttpTransportCredentialOnly");
/// <summary>The specified channel type {0} is not supported by this channel manager.</summary>
internal static string @ChannelTypeNotSupported => GetResourceString("ChannelTypeNotSupported");
/// <summary>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.</summary>
internal static string @MaxReceivedMessageSizeExceeded => GetResourceString("MaxReceivedMessageSizeExceeded");
/// <summary>Unrecognized envelope version: {0}.</summary>
internal static string @EnvelopeVersionUnknown => GetResourceString("EnvelopeVersionUnknown");
/// <summary>Manual addressing is enabled on this factory, so all messages sent must be pre-addressed.</summary>
internal static string @ManualAddressingRequiresAddressedMessages => GetResourceString("ManualAddressingRequiresAddressedMessages");
/// <summary>WaitForMessage timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @WaitForMessageTimedOut => GetResourceString("WaitForMessageTimedOut");
/// <summary>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.</summary>
internal static string @CloseTimedOut => GetResourceString("CloseTimedOut");
/// <summary>The '{0}' authentication scheme has been specified for the proxy 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.</summary>
internal static string @HttpProxyRequiresSingleAuthScheme => GetResourceString("HttpProxyRequiresSingleAuthScheme");
/// <summary>You cannot specify an explicit Proxy Address as well as UseDefaultWebProxy=true in your HTTP Transport Binding Element.</summary>
internal static string @UseDefaultWebProxyCantBeUsedWithExplicitProxyAddress => GetResourceString("UseDefaultWebProxyCantBeUsedWithExplicitProxyAddress");
/// <summary>The HTTP proxy authentication credential specified an impersonation level restriction ({0}) that is stricter than the restriction for target server authentication ({1}).</summary>
internal static string @ProxyImpersonationLevelMismatch => GetResourceString("ProxyImpersonationLevelMismatch");
/// <summary>The HTTP proxy authentication credential specified an mutual authentication requirement ({0}) that is stricter than the requirement for target server authentication ({1}).</summary>
internal static string @ProxyAuthenticationLevelMismatch => GetResourceString("ProxyAuthenticationLevelMismatch");
/// <summary>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.</summary>
internal static string @HttpIfModifiedSinceParseError => GetResourceString("HttpIfModifiedSinceParseError");
/// <summary>The SOAP action specified on the message, '{0}', does not match the action specified on the HttpRequestMessageProperty, '{1}'.</summary>
internal static string @HttpSoapActionMismatch => GetResourceString("HttpSoapActionMismatch");
/// <summary>The SOAP action specified on the message, '{0}', does not match the action specified in the content-type of the HttpRequestMessageProperty, '{1}'.</summary>
internal static string @HttpSoapActionMismatchContentType => GetResourceString("HttpSoapActionMismatchContentType");
/// <summary>An error ({0}) occurred while parsing the content type of the HTTP request. The content type was: {1}.</summary>
internal static string @HttpContentTypeFormatException => GetResourceString("HttpContentTypeFormatException");
/// <summary>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.</summary>
internal static string @HttpServerTooBusy => GetResourceString("HttpServerTooBusy");
/// <summary>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.</summary>
internal static string @HttpRequestTimedOut => GetResourceString("HttpRequestTimedOut");
/// <summary>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.</summary>
internal static string @HttpResponseTimedOut => GetResourceString("HttpResponseTimedOut");
/// <summary>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 d ...</summary>
internal static string @HttpReceiveFailure => GetResourceString("HttpReceiveFailure");
/// <summary>HTTP request streaming cannot be used in conjunction with HTTP authentication. Either disable request streaming or specify anonymous HTTP authentication.</summary>
internal static string @HttpAuthDoesNotSupportRequestStreaming => GetResourceString("HttpAuthDoesNotSupportRequestStreaming");
/// <summary>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.</summary>
internal static string @EndpointNotFound => GetResourceString("EndpointNotFound");
/// <summary>This factory buffers messages, so the message sizes must be in the range of an integer value.</summary>
internal static string @MaxReceivedMessageSizeMustBeInIntegerRange => GetResourceString("MaxReceivedMessageSizeMustBeInIntegerRange");
/// <summary>For TransferMode.Buffered, MaxReceivedMessageSize and MaxBufferSize must be the same value.</summary>
internal static string @MaxBufferSizeMustMatchMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustMatchMaxReceivedMessageSize");
/// <summary>MaxBufferSize must not exceed MaxReceivedMessageSize.</summary>
internal static string @MaxBufferSizeMustNotExceedMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustNotExceedMaxReceivedMessageSize");
/// <summary>The remote server returned an unexpected response: ({0}) {1}.</summary>
internal static string @UnexpectedHttpResponseCode => GetResourceString("UnexpectedHttpResponseCode");
/// <summary>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.</summary>
internal static string @HttpContentLengthIncorrect => GetResourceString("HttpContentLengthIncorrect");
/// <summary>The receiver returned an error indicating that the content type was missing on the request to {0}. See the inner exception for more information.</summary>
internal static string @MissingContentType => GetResourceString("MissingContentType");
/// <summary>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 suppor ...</summary>
internal static string @HttpAddressingNoneHeaderOnWire => GetResourceString("HttpAddressingNoneHeaderOnWire");
/// <summary>There is a problem with the XML that was received from the network. See inner exception for more details.</summary>
internal static string @MessageXmlProtocolError => GetResourceString("MessageXmlProtocolError");
/// <summary>An HTTP Content-Type header is required for SOAP messaging and none was found.</summary>
internal static string @HttpContentTypeHeaderRequired => GetResourceString("HttpContentTypeHeaderRequired");
/// <summary>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}'.</summary>
internal static string @ResponseContentTypeMismatch => GetResourceString("ResponseContentTypeMismatch");
/// <summary>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}'.</summary>
internal static string @HttpToMustEqualVia => GetResourceString("HttpToMustEqualVia");
/// <summary>Content Type {0} was not supported by service {1}. The client and service bindings may be mismatched.</summary>
internal static string @FramingContentTypeMismatch => GetResourceString("FramingContentTypeMismatch");
/// <summary>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, IntegratedWindowsAuthentication, ...</summary>
internal static string @HttpRequiresSingleAuthScheme => GetResourceString("HttpRequiresSingleAuthScheme");
/// <summary>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.Inher ...</summary>
internal static string @HttpAuthSchemeCannotBeNone => GetResourceString("HttpAuthSchemeCannotBeNone");
/// <summary>The HTTP request is unauthorized with client authentication scheme '{0}'. The authentication header received from the server was '{1}'.</summary>
internal static string @HttpAuthorizationFailed => GetResourceString("HttpAuthorizationFailed");
/// <summary>The HTTP request was forbidden with client authentication scheme '{0}'.</summary>
internal static string @HttpAuthorizationForbidden => GetResourceString("HttpAuthorizationForbidden");
/// <summary>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 u ...</summary>
internal static string @HttpsServerCertThumbprintMismatch => GetResourceString("HttpsServerCertThumbprintMismatch");
/// <summary>Could not establish trust relationship for the SSL/TLS secure channel with authority '{0}'.</summary>
internal static string @TrustFailure => GetResourceString("TrustFailure");
/// <summary>The NTLM authentication scheme was specified, but the target credential does not allow NTLM.</summary>
internal static string @CredentialDisallowsNtlm => GetResourceString("CredentialDisallowsNtlm");
/// <summary>The value of this argument must be non-negative.</summary>
internal static string @ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative");
/// <summary>The value of this argument must be positive.</summary>
internal static string @ValueMustBePositive => GetResourceString("ValueMustBePositive");
/// <summary>The value of this argument must fall within the range {0} to {1}.</summary>
internal static string @ValueMustBeInRange => GetResourceString("ValueMustBeInRange");
/// <summary>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".</summary>
internal static string @ExtendedProtectionNotSupported => GetResourceString("ExtendedProtectionNotSupported");
/// <summary>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'.</summary>
internal static string @HttpClientCredentialTypeInvalid => GetResourceString("HttpClientCredentialTypeInvalid");
/// <summary>The value '{1}' is not supported in this context for the binding security property '{0}'.</summary>
internal static string @UnsupportedSecuritySetting => GetResourceString("UnsupportedSecuritySetting");
/// <summary>The value of MaxPendingAccepts should not be larger than {0}.</summary>
internal static string @HttpMaxPendingAcceptsTooLargeError => GetResourceString("HttpMaxPendingAcceptsTooLargeError");
/// <summary>Timeout must be greater than or equal to TimeSpan.Zero. To disable timeout, specify TimeSpan.MaxValue.</summary>
internal static string @SFxTimeoutOutOfRange0 => GetResourceString("SFxTimeoutOutOfRange0");
/// <summary>Timeouts larger than Int32.MaxValue TotalMilliseconds (approximately 24 days) cannot be honored. To disable timeout, specify TimeSpan.MaxValue.</summary>
internal static string @SFxTimeoutOutOfRangeTooBig => GetResourceString("SFxTimeoutOutOfRangeTooBig");
/// <summary>Channel type '{1}' was requested, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
internal static string @CouldnTCreateChannelForChannelType2 => GetResourceString("CouldnTCreateChannelForChannelType2");
/// <summary>The input handler list cannot be empty.</summary>
internal static string @InputTypeListEmptyError => GetResourceString("InputTypeListEmptyError");
/// <summary>The '{0}' list is invalid because the property '{1}' of '{2}' is not null.</summary>
internal static string @DelegatingHandlerArrayHasNonNullInnerHandler => GetResourceString("DelegatingHandlerArrayHasNonNullInnerHandler");
/// <summary>The '{0}' list created by the Func '{1}' is invalid because it contains one or more null items.</summary>
internal static string @DelegatingHandlerArrayFromFuncContainsNullItem => GetResourceString("DelegatingHandlerArrayFromFuncContainsNullItem");
/// <summary>Invalid type: '{0}'. It must inherit from base type '{1}', cannot be abstract, and must expose a public default constructor.</summary>
internal static string @HttpMessageHandlerTypeNotSupported => GetResourceString("HttpMessageHandlerTypeNotSupported");
/// <summary>The property '{0}' is not supported when building a ChannelFactory. The property value must be null when calling BuildChannelFactory.</summary>
internal static string @HttpPipelineNotSupportedOnClientSide => GetResourceString("HttpPipelineNotSupportedOnClientSide");
/// <summary>The subprotocol '{0}' is invalid because it contains the invalid character '{1}'.</summary>
internal static string @WebSocketInvalidProtocolInvalidCharInProtocolString => GetResourceString("WebSocketInvalidProtocolInvalidCharInProtocolString");
/// <summary>The value specified ('{0}') contains more than one subprotocol which is not supported.</summary>
internal static string @WebSocketInvalidProtocolContainsMultipleSubProtocolString => GetResourceString("WebSocketInvalidProtocolContainsMultipleSubProtocolString");
/// <summary>Empty string is not a valid subprotocol value. Please use "null" to specify no value.</summary>
internal static string @WebSocketInvalidProtocolEmptySubprotocolString => GetResourceString("WebSocketInvalidProtocolEmptySubprotocolString");
/// <summary>Unexpected WebSocket close message received when receiving a message.</summary>
internal static string @WebSocketUnexpectedCloseMessageError => GetResourceString("WebSocketUnexpectedCloseMessageError");
/// <summary>Cannot write to the stream because the end of the stream marker was already written.</summary>
internal static string @WebSocketStreamWriteCalledAfterEOMSent => GetResourceString("WebSocketStreamWriteCalledAfterEOMSent");
/// <summary>HttpChannelFactory cannot create the channel with shape '{0}' when the {1} of {2} was set as '{3}'.</summary>
internal static string @WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage => GetResourceString("WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage");
/// <summary>An error occurred when creating the WebSocket with the factory of type '{0}'. See the inner exception for details.</summary>
internal static string @ClientWebSocketFactory_CreateWebSocketFailed => GetResourceString("ClientWebSocketFactory_CreateWebSocketFailed");
/// <summary>WebSocket creation failed. The '{0}' returned a WebSocket that is either null or not opened.</summary>
internal static string @ClientWebSocketFactory_InvalidWebSocket => GetResourceString("ClientWebSocketFactory_InvalidWebSocket");
/// <summary>The WebSocket returned by the factory of type '{0}' has the SubProtocol '{1}' that doesn't match the requested SubProtocol value '{2}'.</summary>
internal static string @ClientWebSocketFactory_InvalidSubProtocol => GetResourceString("ClientWebSocketFactory_InvalidSubProtocol");
/// <summary>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.</summary>
internal static string @WebSocketSendTimedOut => GetResourceString("WebSocketSendTimedOut");
/// <summary>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 ope ...</summary>
internal static string @WebSocketReceiveTimedOut => GetResourceString("WebSocketReceiveTimedOut");
/// <summary>The '{0}' operation timed out after '{1}'. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @WebSocketOperationTimedOut => GetResourceString("WebSocketOperationTimedOut");
/// <summary>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}').</summary>
internal static string @WebSocketVersionMismatchFromServer => GetResourceString("WebSocketVersionMismatchFromServer");
/// <summary>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}'.</summary>
internal static string @WebSocketSubProtocolMismatchFromServer => GetResourceString("WebSocketSubProtocolMismatchFromServer");
/// <summary>Failed to copy the HTTP header '{0}' with value '{1}' to '{2}'.</summary>
internal static string @CopyHttpHeaderFailed => GetResourceString("CopyHttpHeaderFailed");
/// <summary>The username cannot be empty.</summary>
internal static string @UserNameCannotBeEmpty => GetResourceString("UserNameCannotBeEmpty");
/// <summary>ClientCredentialType.None is not valid for the TransportWithMessageCredential security mode. Specify a message credential type or use a different security mode.</summary>
internal static string @ClientCredentialTypeMustBeSpecifiedForMixedMode => GetResourceString("ClientCredentialTypeMustBeSpecifiedForMixedMode");
/// <summary>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 User ...</summary>
internal static string @BasicHttpMessageSecurityRequiresCertificate => GetResourceString("BasicHttpMessageSecurityRequiresCertificate");
/// <summary>Cannot establish a reliable session without secure conversation. Enable secure conversation.</summary>
internal static string @SecureConversationRequiredByReliableSession => GetResourceString("SecureConversationRequiredByReliableSession");
/// <summary>The HTTPS channel factory does not support explicit specification of an identity in the EndpointAddress unless the authentication scheme is NTLM or Negotiate.</summary>
internal static string @HttpsExplicitIdentity => GetResourceString("HttpsExplicitIdentity");
/// <summary>The endpoint identity specified when creating the HTTPS channel to '{0}' contains multiple server certificates. However, the HTTPS transport only supports the specification of a single server certificate. In order to create an HTTPS channel, please speci ...</summary>
internal static string @HttpsIdentityMultipleCerts => GetResourceString("HttpsIdentityMultipleCerts");
/// <summary>Only HOST and HTTP service principal names are supported .</summary>
internal static string @OnlyDefaultSpnServiceSupported => GetResourceString("OnlyDefaultSpnServiceSupported");
/// <summary>A WebSocket error occurred.</summary>
internal static string @WebSocketTransportError => GetResourceString("WebSocketTransportError");
/// <summary>WebSocket upgrade request failed. Received response status code '{0} ({1})', expected: '{2} ({3})'.</summary>
internal static string @WebSocketUpgradeFailedError => GetResourceString("WebSocketUpgradeFailedError");
/// <summary>WebSocket upgrade request failed. The header '{0}' is missing in the response.</summary>
internal static string @WebSocketUpgradeFailedHeaderMissingError => GetResourceString("WebSocketUpgradeFailedHeaderMissingError");
/// <summary>WebSocket upgrade request failed. The value of header '{0}' is '{1}'. The expected value is '{2}'.</summary>
internal static string @WebSocketUpgradeFailedWrongHeaderError => GetResourceString("WebSocketUpgradeFailedWrongHeaderError");
/// <summary>The subprotocol '{0}' was not requested by the client. The client requested the following subprotocol(s): '{1}'.</summary>
internal static string @WebSocketInvalidProtocolNotInClientList => GetResourceString("WebSocketInvalidProtocolNotInClientList");
}
}
|