|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.ServiceModel.NetFramingBase
{
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.NetFramingBase.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>The communication object, {0}, is in the {1} state. Communication objects cannot be used for communication unless they are in the Opened state.</summary>
internal static string @CommunicationObjectCannotBeUsed => GetResourceString("CommunicationObjectCannotBeUsed");
/// <summary>The communication object, {0}, cannot be used for communication because it is in the Faulted state.</summary>
internal static string @CommunicationObjectFaulted1 => GetResourceString("CommunicationObjectFaulted1");
/// <summary>The token provider of type '{0}' did not return a token of type '{1}'. Check the credential configuration.</summary>
internal static string @InvalidTokenProvided => GetResourceString("InvalidTokenProvided");
/// <summary>This operation is not valid until security negotiation is complete.</summary>
internal static string @OperationInvalidBeforeSecurityNegotiation => GetResourceString("OperationInvalidBeforeSecurityNegotiation");
/// <summary>Transport security negotiation failed due to an underlying IO error: {0}.</summary>
internal static string @NegotiationFailedIO => GetResourceString("NegotiationFailedIO");
/// <summary>The following remote identity failed verification: '{0}'.</summary>
internal static string @RemoteIdentityFailedVerification => GetResourceString("RemoteIdentityFailedVerification");
/// <summary>The remote server did not satisfy the mutual authentication requirement.</summary>
internal static string @StreamMutualAuthNotSatisfied => GetResourceString("StreamMutualAuthNotSatisfied");
/// <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>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>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.</summary>
internal static string @MultipleMebesInParameters => GetResourceString("MultipleMebesInParameters");
/// <summary>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.</summary>
internal static string @MultipleStreamUpgradeProvidersInParameters => GetResourceString("MultipleStreamUpgradeProvidersInParameters");
/// <summary>The provided URI scheme '{0}' is invalid; expected '{1}'.</summary>
internal static string @InvalidUriScheme => GetResourceString("InvalidUriScheme");
/// <summary>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.</summary>
internal static string @TimeoutOnOpen => GetResourceString("TimeoutOnOpen");
/// <summary>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.</summary>
internal static string @OpenTimedOutEstablishingTransportSession => GetResourceString("OpenTimedOutEstablishingTransportSession");
/// <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>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>Duplex channel to {0} was aborted during the open process.</summary>
internal static string @DuplexChannelAbortedDuringOpen => GetResourceString("DuplexChannelAbortedDuringOpen");
/// <summary>Error while reading message framing format at position {0} of stream (state: {1})</summary>
internal static string @FramingError => GetResourceString("FramingError");
/// <summary>More data was expected, but EOF was reached.</summary>
internal static string @FramingPrematureEOF => GetResourceString("FramingPrematureEOF");
/// <summary>Expected record type '{0}', found '{1}'.</summary>
internal static string @FramingRecordTypeMismatch => GetResourceString("FramingRecordTypeMismatch");
/// <summary>Framing major version {0} is not supported.</summary>
internal static string @FramingVersionNotSupported => GetResourceString("FramingVersionNotSupported");
/// <summary>Framing mode {0} is not supported.</summary>
internal static string @FramingModeNotSupported => GetResourceString("FramingModeNotSupported");
/// <summary>Specified size is too large for this implementation.</summary>
internal static string @FramingSizeTooLarge => GetResourceString("FramingSizeTooLarge");
/// <summary>The framing via size ({0}) exceeds the quota.</summary>
internal static string @FramingViaTooLong => GetResourceString("FramingViaTooLong");
/// <summary>The framing via ({0}) is not a valid URI.</summary>
internal static string @FramingViaNotUri => GetResourceString("FramingViaNotUri");
/// <summary>The framing fault size ({0}) exceeds the quota.</summary>
internal static string @FramingFaultTooLong => GetResourceString("FramingFaultTooLong");
/// <summary>The framing content type size ({0}) exceeds the quota.</summary>
internal static string @FramingContentTypeTooLong => GetResourceString("FramingContentTypeTooLong");
/// <summary>The value cannot be accessed because it has not yet been fully decoded.</summary>
internal static string @FramingValueNotAvailable => GetResourceString("FramingValueNotAvailable");
/// <summary>An attempt was made to decode a value after the framing stream was ended.</summary>
internal static string @FramingAtEnd => GetResourceString("FramingAtEnd");
/// <summary>Invalid decoder state machine.</summary>
internal static string @InvalidDecoderStateMachine => GetResourceString("InvalidDecoderStateMachine");
/// <summary>You have tried to create a channel to a service that does not support .Net Framing.</summary>
internal static string @PreambleAckIncorrect => GetResourceString("PreambleAckIncorrect");
/// <summary>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.</summary>
internal static string @PreambleAckIncorrectMaybeHttp => GetResourceString("PreambleAckIncorrectMaybeHttp");
/// <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>Server faulted with code '{0}'.</summary>
internal static string @FramingFaultUnrecognized => GetResourceString("FramingFaultUnrecognized");
/// <summary>Content type '{0}' is too long to be processed by the remote host. See the server logs for more details.</summary>
internal static string @FramingContentTypeTooLongFault => GetResourceString("FramingContentTypeTooLongFault");
/// <summary>Via '{0}' is too long to be processed by the remote host. See the server logs for more details.</summary>
internal static string @FramingViaTooLongFault => GetResourceString("FramingViaTooLongFault");
/// <summary>The .Net Framing mode being used is not supported by '{0}'. See the server logs for more details.</summary>
internal static string @FramingModeNotSupportedFault => GetResourceString("FramingModeNotSupportedFault");
/// <summary>The .Net Framing version being used is not supported by '{0}'. See the server logs for more details.</summary>
internal static string @FramingVersionNotSupportedFault => GetResourceString("FramingVersionNotSupportedFault");
/// <summary>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).</summary>
internal static string @FramingUpgradeInvalid => GetResourceString("FramingUpgradeInvalid");
/// <summary>The maximum message size quota for incoming messages has been exceeded for the remote channel. See the server logs for more details.</summary>
internal static string @FramingMaxMessageSizeExceeded => GetResourceString("FramingMaxMessageSizeExceeded");
/// <summary>The requested service, '{0}' could not be activated. See the server's diagnostic trace logs for more information.</summary>
internal static string @Hosting_ServiceActivationFailed => GetResourceString("Hosting_ServiceActivationFailed");
/// <summary>The message could not be dispatched to the service at address '{0}'. Refer to the server Event Log for more details</summary>
internal static string @Sharing_ConnectionDispatchFailed => GetResourceString("Sharing_ConnectionDispatchFailed");
/// <summary>The message could not be dispatched because the service at the endpoint address '{0}' is unavailable for the protocol of the address.</summary>
internal static string @Sharing_EndpointUnavailable => GetResourceString("Sharing_EndpointUnavailable");
/// <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>Server '{0}' is too busy to process this request. Try again later.</summary>
internal static string @ServerTooBusy => GetResourceString("ServerTooBusy");
/// <summary>The specified size exceeds the remaining buffer space ({0} bytes).</summary>
internal static string @SizeExceedsRemainingBufferSpace => GetResourceString("SizeExceedsRemainingBufferSpace");
/// <summary>The server rejected the upgrade request.</summary>
internal static string @ServerRejectedUpgradeRequest => GetResourceString("ServerRejectedUpgradeRequest");
/// <summary>The value of this argument must fall within the range {0} to {1}.</summary>
internal static string @ValueMustBeInRange => GetResourceString("ValueMustBeInRange");
/// <summary>Seek is not supported on this stream.</summary>
internal static string @SPS_SeekNotSupported => GetResourceString("SPS_SeekNotSupported");
/// <summary>An error occurred while transmitting data.</summary>
internal static string @StreamError => GetResourceString("StreamError");
/// <summary>The server at {0} rejected the session-establishment request.</summary>
internal static string @ServerRejectedSessionPreamble => GetResourceString("ServerRejectedSessionPreamble");
/// <summary>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.</summary>
internal static string @RequestChannelSendTimedOut => GetResourceString("RequestChannelSendTimedOut");
/// <summary>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.</summary>
internal static string @RequestChannelWaitForReplyTimedOut => GetResourceString("RequestChannelWaitForReplyTimedOut");
/// <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>The maximum message size quota for outgoing messages ({0}) has been exceeded.</summary>
internal static string @MaxSentMessageSizeExceeded => GetResourceString("MaxSentMessageSizeExceeded");
/// <summary>Processing message {0}.</summary>
internal static string @ActivityProcessingMessage => GetResourceString("ActivityProcessingMessage");
/// <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>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>Receive timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @ReceiveTimedOut2 => GetResourceString("ReceiveTimedOut2");
/// <summary>Sending to via {0} timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @SendToViaTimedOut => GetResourceString("SendToViaTimedOut");
/// <summary>You cannot Send messages on a channel after CloseOutputSession has been called.</summary>
internal static string @SendCannotBeCalledAfterCloseOutputSession => GetResourceString("SendCannotBeCalledAfterCloseOutputSession");
/// <summary>The channel received an unexpected fault input message while closing. The fault reason given is: '{0}'</summary>
internal static string @ReceiveShutdownReturnedFault => GetResourceString("ReceiveShutdownReturnedFault");
/// <summary>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.</summary>
internal static string @ReceiveShutdownReturnedLargeFault => GetResourceString("ReceiveShutdownReturnedLargeFault");
/// <summary>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.</summary>
internal static string @ReceiveShutdownReturnedMessage => GetResourceString("ReceiveShutdownReturnedMessage");
/// <summary>The scheme parameter must not be empty.</summary>
internal static string @UriGeneratorSchemeMustNotBeEmpty => GetResourceString("UriGeneratorSchemeMustNotBeEmpty");
/// <summary>Request timed out after {0} while establishing a transport connection to {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @RequestTimedOutEstablishingTransportSession => GetResourceString("RequestTimedOutEstablishingTransportSession");
/// <summary>The request 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.</summary>
internal static string @TimeoutOnRequest => GetResourceString("TimeoutOnRequest");
/// <summary>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-mac ...</summary>
internal static string @CannotDetermineSPNBasedOnAddress => GetResourceString("CannotDetermineSPNBasedOnAddress");
/// <summary>The space needed for encoding ({0} bytes) exceeds the message frame offset.</summary>
internal static string @SpaceNeededExceedsMessageFrameOffset => GetResourceString("SpaceNeededExceedsMessageFrameOffset");
/// <summary>Operation was aborted while establishing a connection to {0}.</summary>
internal static string @OperationAbortedDuringConnectionEstablishment => GetResourceString("OperationAbortedDuringConnectionEstablishment");
/// <summary>TimeoutStream requires an inner Stream that supports timeouts; its CanTimeout property must be true.</summary>
internal static string @StreamDoesNotSupportTimeout => GetResourceString("StreamDoesNotSupportTimeout");
/// <summary>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.</summary>
internal static string @SecurityServerTooBusy => GetResourceString("SecurityServerTooBusy");
/// <summary>Server '{0}' sent back a fault indicating it is in the process of shutting down. Please see the inner exception for fault details.</summary>
internal static string @SecurityEndpointNotFound => GetResourceString("SecurityEndpointNotFound");
/// <summary>A connection has exceeded the idle timeout of this connection pool ({0}) and been closed.</summary>
internal static string @TraceCodeConnectionPoolIdleTimeoutReached => GetResourceString("TraceCodeConnectionPoolIdleTimeoutReached");
/// <summary>A connection has exceeded the connection lease timeout of this connection pool ({0}) and been closed.</summary>
internal static string @TraceCodeConnectionPoolLeaseTimeoutReached => GetResourceString("TraceCodeConnectionPoolLeaseTimeoutReached");
/// <summary>MaxOutboundConnectionsPerEndpoint quota ({0}) has been reached, so connection was closed and not stored in this connection pool.</summary>
internal static string @TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached => GetResourceString("TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached");
/// <summary>The identity check failed for the outgoing message. The expected identity is '{0}' for the '{1}' target endpoint.</summary>
internal static string @IdentityCheckFailedForOutgoingMessage => GetResourceString("IdentityCheckFailedForOutgoingMessage");
/// <summary>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 certifica ...</summary>
internal static string @DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim => GetResourceString("DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim");
/// <summary>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 ...</summary>
internal static string @DnsIdentityCheckFailedForOutgoingMessage => GetResourceString("DnsIdentityCheckFailedForOutgoingMessage");
/// <summary>ClientCredentials cannot create a local token provider for token requirement {0}.</summary>
internal static string @ClientCredentialsUnableToCreateLocalTokenProvider => GetResourceString("ClientCredentialsUnableToCreateLocalTokenProvider");
/// <summary>Activity boundary</summary>
internal static string @ActivityBoundary => GetResourceString("ActivityBoundary");
/// <summary>Insufficient memory avaliable to complete the operation.</summary>
internal static string @InsufficentMemory => GetResourceString("InsufficentMemory");
/// <summary>Process action '{0}'.</summary>
internal static string @ActivityProcessAction => GetResourceString("ActivityProcessAction");
/// <summary>Cannot claim lock within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
internal static string @LockTimeoutExceptionMessage => GetResourceString("LockTimeoutExceptionMessage");
/// <summary>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 t ...</summary>
internal static string @UnsupportedUpgradeInitiator => GetResourceString("UnsupportedUpgradeInitiator");
/// <summary>The StreamUpgradeProvider {0} does not support the specified ChannelBindingKind ({1}).</summary>
internal static string @StreamUpgradeUnsupportedChannelBindingKind => GetResourceString("StreamUpgradeUnsupportedChannelBindingKind");
}
}
|