//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.488
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace System.Net.Http.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Net.Http.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Value must be greater than {0}..
///
internal static string ArgumentMustBeGreaterThan {
get {
return ResourceManager.GetString("ArgumentMustBeGreaterThan", resourceCulture);
}
}
///
/// Looks up a localized string similar to Value must be greater than or equal to {0}..
///
internal static string ArgumentMustBeGreaterThanOrEqualTo {
get {
return ResourceManager.GetString("ArgumentMustBeGreaterThanOrEqualTo", resourceCulture);
}
}
///
/// Looks up a localized string similar to A null '{0}' is not valid..
///
internal static string CannotHaveNullInList {
get {
return ResourceManager.GetString("CannotHaveNullInList", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' of '{1}' cannot be used as a supported media type because it is a media range..
///
internal static string CannotUseMediaRangeForSupportedMediaType {
get {
return ResourceManager.GetString("CannotUseMediaRangeForSupportedMediaType", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' type cannot accept a null value for the value type '{1}'..
///
internal static string CannotUseNullValueType {
get {
return ResourceManager.GetString("CannotUseNullValueType", resourceCulture);
}
}
///
/// Looks up a localized string similar to The specified value is not a valid cookie name..
///
internal static string CookieInvalidName {
get {
return ResourceManager.GetString("CookieInvalidName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cookie cannot be null..
///
internal static string CookieNull {
get {
return ResourceManager.GetString("CookieNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error reading HTML form URL-encoded data stream..
///
internal static string ErrorReadingFormUrlEncodedStream {
get {
return ResourceManager.GetString("ErrorReadingFormUrlEncodedStream", resourceCulture);
}
}
///
/// Looks up a localized string similar to Mismatched types at node '{0}'..
///
internal static string FormUrlEncodedMismatchingTypes {
get {
return ResourceManager.GetString("FormUrlEncodedMismatchingTypes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error parsing HTML form URL-encoded data, byte {0}..
///
internal static string FormUrlEncodedParseError {
get {
return ResourceManager.GetString("FormUrlEncodedParseError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid HTTP status code: '{0}'. The status code must be between {1} and {2}..
///
internal static string HttpInvalidStatusCode {
get {
return ResourceManager.GetString("HttpInvalidStatusCode", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid HTTP version: '{0}'. The version must start with the characters '{1}'..
///
internal static string HttpInvalidVersion {
get {
return ResourceManager.GetString("HttpInvalidVersion", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' of the '{1}' has already been read..
///
internal static string HttpMessageContentAlreadyRead {
get {
return ResourceManager.GetString("HttpMessageContentAlreadyRead", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' must be seekable in order to create an '{1}' instance containing an entity body. .
///
internal static string HttpMessageContentStreamMustBeSeekable {
get {
return ResourceManager.GetString("HttpMessageContentStreamMustBeSeekable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error reading HTTP message..
///
internal static string HttpMessageErrorReading {
get {
return ResourceManager.GetString("HttpMessageErrorReading", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a content type header with a value of '{1}'..
///
internal static string HttpMessageInvalidMediaType {
get {
return ResourceManager.GetString("HttpMessageInvalidMediaType", resourceCulture);
}
}
///
/// Looks up a localized string similar to HTTP Request URI cannot be an empty string..
///
internal static string HttpMessageParserEmptyUri {
get {
return ResourceManager.GetString("HttpMessageParserEmptyUri", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error parsing HTTP message header byte {0} of message {1}..
///
internal static string HttpMessageParserError {
get {
return ResourceManager.GetString("HttpMessageParserError", resourceCulture);
}
}
///
/// Looks up a localized string similar to An invalid number of '{0}' header fields were present in the HTTP Request. It must contain exactly one '{0}' header field but found {1}..
///
internal static string HttpMessageParserInvalidHostCount {
get {
return ResourceManager.GetString("HttpMessageParserInvalidHostCount", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid URI scheme: '{0}'. The URI scheme must be a valid '{1}' scheme..
///
internal static string HttpMessageParserInvalidUriScheme {
get {
return ResourceManager.GetString("HttpMessageParserInvalidUriScheme", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid array at node '{0}'..
///
internal static string InvalidArrayInsert {
get {
return ResourceManager.GetString("InvalidArrayInsert", resourceCulture);
}
}
///
/// Looks up a localized string similar to The value '{0}' is not a valid media range..
///
internal static string InvalidMediaRange {
get {
return ResourceManager.GetString("InvalidMediaRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to Traditional style array without '[]' is not supported with nested object at location {0}..
///
internal static string JQuery13CompatModeNotSupportNestedJson {
get {
return ResourceManager.GetString("JQuery13CompatModeNotSupportNestedJson", resourceCulture);
}
}
///
/// Looks up a localized string similar to This reader's MaxDepth of {0} has been exceeded. Consider using a larger MaxDepth..
///
internal static string JsonTooDeep {
get {
return ResourceManager.GetString("JsonTooDeep", resourceCulture);
}
}
///
/// Looks up a localized string similar to The maximum read depth ({0}) has been exceeded because the form url-encoded data being read has more levels of nesting than is allowed..
///
internal static string MaxDepthExceeded {
get {
return ResourceManager.GetString("MaxDepthExceeded", resourceCulture);
}
}
///
/// Looks up a localized string similar to The number of keys in a NameValueCollection has exceeded the limit of '{0}'. You can adjust it by modifying the MaxHttpCollectionKeys property on the '{1}' class..
///
internal static string MaxHttpCollectionKeyLimitReached {
get {
return ResourceManager.GetString("MaxHttpCollectionKeyLimitReached", resourceCulture);
}
}
///
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support reading because it does not implement the ReadFromStreamAsync method..
///
internal static string MediaTypeFormatterCannotRead {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotRead", resourceCulture);
}
}
///
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support reading because it does not implement the OnReadFromStream method..
///
internal static string MediaTypeFormatterCannotReadSync {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotReadSync", resourceCulture);
}
}
///
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support writing because it does not implement the WriteToStreamAsync method..
///
internal static string MediaTypeFormatterCannotWrite {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotWrite", resourceCulture);
}
}
///
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support writing because it does not implement the OnWriteToStream method..
///
internal static string MediaTypeFormatterCannotWriteSync {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotWriteSync", resourceCulture);
}
}
///
/// Looks up a localized string similar to No encoding found for media type formatter '{0}'. There must be at least one supported encoding registered in order for the media type formatter to read or write content..
///
internal static string MediaTypeFormatterNoEncoding {
get {
return ResourceManager.GetString("MediaTypeFormatterNoEncoding", resourceCulture);
}
}
///
/// Looks up a localized string similar to MIME multipart boundary cannot end with an empty space..
///
internal static string MimeMultipartParserBadBoundary {
get {
return ResourceManager.GetString("MimeMultipartParserBadBoundary", resourceCulture);
}
}
///
/// Looks up a localized string similar to Did not find required '{0}' header field in MIME multipart body part..
///
internal static string MultipartFormDataStreamProviderNoContentDisposition {
get {
return ResourceManager.GetString("MultipartFormDataStreamProviderNoContentDisposition", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not determine a valid local file name for the multipart body part..
///
internal static string MultipartStreamProviderInvalidLocalFileName {
get {
return ResourceManager.GetString("MultipartStreamProviderInvalidLocalFileName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Nested bracket is not valid for '{0}' data at position {1}..
///
internal static string NestedBracketNotValid {
get {
return ResourceManager.GetString("NestedBracketNotValid", resourceCulture);
}
}
///
/// Looks up a localized string similar to A non-null request URI must be provided to determine if a '{0}' matches a given request or response message..
///
internal static string NonNullUriRequiredForMediaTypeMapping {
get {
return ResourceManager.GetString("NonNullUriRequiredForMediaTypeMapping", resourceCulture);
}
}
///
/// Looks up a localized string similar to No MediaTypeFormatter is available to read an object of type '{0}' from content with media type '{1}'..
///
internal static string NoReadSerializerAvailable {
get {
return ResourceManager.GetString("NoReadSerializerAvailable", resourceCulture);
}
}
///
/// Looks up a localized string similar to An object of type '{0}' cannot be used with a type parameter of '{1}'..
///
internal static string ObjectAndTypeDisagree {
get {
return ResourceManager.GetString("ObjectAndTypeDisagree", resourceCulture);
}
}
///
/// Looks up a localized string similar to The configured formatter '{0}' cannot write an object of type '{1}'..
///
internal static string ObjectContent_FormatterCannotWriteType {
get {
return ResourceManager.GetString("ObjectContent_FormatterCannotWriteType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query string name cannot be null..
///
internal static string QueryStringNameShouldNotNull {
get {
return ResourceManager.GetString("QueryStringNameShouldNotNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a '{1}' content-type header with a '{2}' parameter..
///
internal static string ReadAsMimeMultipartArgumentNoBoundary {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoBoundary", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a content-type header value. '{0}' instances must have a content-type header starting with '{1}'..
///
internal static string ReadAsMimeMultipartArgumentNoContentType {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoContentType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a content type header starting with '{1}'..
///
internal static string ReadAsMimeMultipartArgumentNoMultipart {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoMultipart", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error reading MIME multipart body part..
///
internal static string ReadAsMimeMultipartErrorReading {
get {
return ResourceManager.GetString("ReadAsMimeMultipartErrorReading", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error writing MIME multipart body part to output stream..
///
internal static string ReadAsMimeMultipartErrorWriting {
get {
return ResourceManager.GetString("ReadAsMimeMultipartErrorWriting", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error parsing MIME multipart body part header byte {0} of data segment {1}..
///
internal static string ReadAsMimeMultipartHeaderParseError {
get {
return ResourceManager.GetString("ReadAsMimeMultipartHeaderParseError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error parsing MIME multipart message byte {0} of data segment {1}..
///
internal static string ReadAsMimeMultipartParseError {
get {
return ResourceManager.GetString("ReadAsMimeMultipartParseError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The stream provider of type '{0}' threw an exception..
///
internal static string ReadAsMimeMultipartStreamProviderException {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderException", resourceCulture);
}
}
///
/// Looks up a localized string similar to The stream provider of type '{0}' returned null. It must return a writable '{1}' instance..
///
internal static string ReadAsMimeMultipartStreamProviderNull {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to The stream provider of type '{0}' returned a read-only stream. It must return a writable '{1}' instance..
///
internal static string ReadAsMimeMultipartStreamProviderReadOnly {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderReadOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected end of MIME multipart stream. MIME multipart message is not complete..
///
internal static string ReadAsMimeMultipartUnexpectedTermination {
get {
return ResourceManager.GetString("ReadAsMimeMultipartUnexpectedTermination", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' serializer cannot serialize the type '{1}'..
///
internal static string SerializerCannotSerializeType {
get {
return ResourceManager.GetString("SerializerCannotSerializeType", resourceCulture);
}
}
///
/// Looks up a localized string similar to 'undefined'.
///
internal static string UndefinedMediaType {
get {
return ResourceManager.GetString("UndefinedMediaType", resourceCulture);
}
}
///
/// Looks up a localized string similar to There is an unmatched opened bracket for the '{0}' at position {1}..
///
internal static string UnMatchedBracketNotValid {
get {
return ResourceManager.GetString("UnMatchedBracketNotValid", resourceCulture);
}
}
///
/// Looks up a localized string similar to Indentation is not supported by '{0}'..
///
internal static string UnsupportedIndent {
get {
return ResourceManager.GetString("UnsupportedIndent", resourceCulture);
}
}
}
}