forked from aspnet/AspNetWebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.Designer.cs
More file actions
743 lines (661 loc) · 32.8 KB
/
Copy pathResources.Designer.cs
File metadata and controls
743 lines (661 loc) · 32.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace System.Net.Http.Properties {
using System;
using System.Reflection;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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", "16.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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
#if NETFX_CORE
var assembly = typeof(Resources).GetTypeInfo().Assembly;
#else
var assembly = typeof(Resources).Assembly;
#endif
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Net.Http.Properties.Resources", assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Async Callback threw an exception..
/// </summary>
internal static string AsyncResult_CallbackThrewException {
get {
return ResourceManager.GetString("AsyncResult_CallbackThrewException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The IAsyncResult implementation '{0}' tried to complete a single operation multiple times. This could be caused by an incorrect application IAsyncResult implementation or other extensibility code, such as an IAsyncResult that returns incorrect CompletedSynchronously values or invokes the AsyncCallback multiple times..
/// </summary>
internal static string AsyncResult_MultipleCompletes {
get {
return ResourceManager.GetString("AsyncResult_MultipleCompletes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to End cannot be called twice on an AsyncResult..
/// </summary>
internal static string AsyncResult_MultipleEnds {
get {
return ResourceManager.GetString("AsyncResult_MultipleEnds", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An incorrect IAsyncResult was provided to an 'End' method. The IAsyncResult object passed to 'End' must be the one returned from the matching 'Begin' or passed to the callback provided to 'Begin'..
/// </summary>
internal static string AsyncResult_ResultMismatch {
get {
return ResourceManager.GetString("AsyncResult_ResultMismatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Found zero byte ranges. There must be at least one byte range provided..
/// </summary>
internal static string ByteRangeStreamContentNoRanges {
get {
return ResourceManager.GetString("ByteRangeStreamContentNoRanges", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The range unit '{0}' is not valid. The range must have a unit of '{1}'..
/// </summary>
internal static string ByteRangeStreamContentNotBytesRange {
get {
return ResourceManager.GetString("ByteRangeStreamContentNotBytesRange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The stream over which '{0}' provides a range view must have a length greater than or equal to 1..
/// </summary>
internal static string ByteRangeStreamEmpty {
get {
return ResourceManager.GetString("ByteRangeStreamEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The 'From' value of the range must be less than or equal to {0}..
/// </summary>
internal static string ByteRangeStreamInvalidFrom {
get {
return ResourceManager.GetString("ByteRangeStreamInvalidFrom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An attempt was made to move the position before the beginning of the stream..
/// </summary>
internal static string ByteRangeStreamInvalidOffset {
get {
return ResourceManager.GetString("ByteRangeStreamInvalidOffset", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to None of the requested ranges ({0}) overlap with the current extent of the selected resource..
/// </summary>
internal static string ByteRangeStreamNoneOverlap {
get {
return ResourceManager.GetString("ByteRangeStreamNoneOverlap", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The requested range ({0}) does not overlap with the current extent of the selected resource..
/// </summary>
internal static string ByteRangeStreamNoOverlap {
get {
return ResourceManager.GetString("ByteRangeStreamNoOverlap", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The stream over which '{0}' provides a range view must be seekable..
/// </summary>
internal static string ByteRangeStreamNotSeekable {
get {
return ResourceManager.GetString("ByteRangeStreamNotSeekable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This is a read-only stream..
/// </summary>
internal static string ByteRangeStreamReadOnly {
get {
return ResourceManager.GetString("ByteRangeStreamReadOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A null '{0}' is not valid..
/// </summary>
internal static string CannotHaveNullInList {
get {
return ResourceManager.GetString("CannotHaveNullInList", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string CannotUseMediaRangeForSupportedMediaType {
get {
return ResourceManager.GetString("CannotUseMediaRangeForSupportedMediaType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' type cannot accept a null value for the value type '{1}'..
/// </summary>
internal static string CannotUseNullValueType {
get {
return ResourceManager.GetString("CannotUseNullValueType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The specified value is not a valid cookie name..
/// </summary>
internal static string CookieInvalidName {
get {
return ResourceManager.GetString("CookieInvalidName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cookie cannot be null..
/// </summary>
internal static string CookieNull {
get {
return ResourceManager.GetString("CookieNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' list is invalid because it contains one or more null items..
/// </summary>
internal static string DelegatingHandlerArrayContainsNullItem {
get {
return ResourceManager.GetString("DelegatingHandlerArrayContainsNullItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' list is invalid because the property '{1}' of '{2}' is not null..
/// </summary>
internal static string DelegatingHandlerArrayHasNonNullInnerHandler {
get {
return ResourceManager.GetString("DelegatingHandlerArrayHasNonNullInnerHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error reading HTML form URL-encoded data stream..
/// </summary>
internal static string ErrorReadingFormUrlEncodedStream {
get {
return ResourceManager.GetString("ErrorReadingFormUrlEncodedStream", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Mismatched types at node '{0}'..
/// </summary>
internal static string FormUrlEncodedMismatchingTypes {
get {
return ResourceManager.GetString("FormUrlEncodedMismatchingTypes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing HTML form URL-encoded data, byte {0}..
/// </summary>
internal static string FormUrlEncodedParseError {
get {
return ResourceManager.GetString("FormUrlEncodedParseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid HTTP status code: '{0}'. The status code must be between {1} and {2}..
/// </summary>
internal static string HttpInvalidStatusCode {
get {
return ResourceManager.GetString("HttpInvalidStatusCode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid HTTP version: '{0}'. The version must start with the characters '{1}'..
/// </summary>
internal static string HttpInvalidVersion {
get {
return ResourceManager.GetString("HttpInvalidVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' of the '{1}' has already been read..
/// </summary>
internal static string HttpMessageContentAlreadyRead {
get {
return ResourceManager.GetString("HttpMessageContentAlreadyRead", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' must be seekable in order to create an '{1}' instance containing an entity body. .
/// </summary>
internal static string HttpMessageContentStreamMustBeSeekable {
get {
return ResourceManager.GetString("HttpMessageContentStreamMustBeSeekable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error reading HTTP message..
/// </summary>
internal static string HttpMessageErrorReading {
get {
return ResourceManager.GetString("HttpMessageErrorReading", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a content type header with a value of '{1}'..
/// </summary>
internal static string HttpMessageInvalidMediaType {
get {
return ResourceManager.GetString("HttpMessageInvalidMediaType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to HTTP Request URI cannot be an empty string..
/// </summary>
internal static string HttpMessageParserEmptyUri {
get {
return ResourceManager.GetString("HttpMessageParserEmptyUri", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing HTTP message header byte {0} of message {1}..
/// </summary>
internal static string HttpMessageParserError {
get {
return ResourceManager.GetString("HttpMessageParserError", resourceCulture);
}
}
/// <summary>
/// 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}..
/// </summary>
internal static string HttpMessageParserInvalidHostCount {
get {
return ResourceManager.GetString("HttpMessageParserInvalidHostCount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid URI scheme: '{0}'. The URI scheme must be a valid '{1}' scheme..
/// </summary>
internal static string HttpMessageParserInvalidUriScheme {
get {
return ResourceManager.GetString("HttpMessageParserInvalidUriScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid array at node '{0}'..
/// </summary>
internal static string InvalidArrayInsert {
get {
return ResourceManager.GetString("InvalidArrayInsert", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Traditional style array without '[]' is not supported with nested object at location {0}..
/// </summary>
internal static string JQuery13CompatModeNotSupportNestedJson {
get {
return ResourceManager.GetString("JQuery13CompatModeNotSupportNestedJson", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' method returned null. It must return a JSON serializer instance..
/// </summary>
internal static string JsonSerializerFactoryReturnedNull {
get {
return ResourceManager.GetString("JsonSerializerFactoryReturnedNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' method threw an exception when attempting to create a JSON serializer..
/// </summary>
internal static string JsonSerializerFactoryThrew {
get {
return ResourceManager.GetString("JsonSerializerFactoryThrew", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string MaxDepthExceeded {
get {
return ResourceManager.GetString("MaxDepthExceeded", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string MaxHttpCollectionKeyLimitReached {
get {
return ResourceManager.GetString("MaxHttpCollectionKeyLimitReached", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing BSON data; unable to read content as a {0}..
/// </summary>
internal static string MediaTypeFormatter_BsonParseError_MissingData {
get {
return ResourceManager.GetString("MediaTypeFormatter_BsonParseError_MissingData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing BSON data; unexpected dictionary content: {0} entries, first key '{1}'..
/// </summary>
internal static string MediaTypeFormatter_BsonParseError_UnexpectedData {
get {
return ResourceManager.GetString("MediaTypeFormatter_BsonParseError_UnexpectedData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' method returned null. It must return a JSON reader instance..
/// </summary>
internal static string MediaTypeFormatter_JsonReaderFactoryReturnedNull {
get {
return ResourceManager.GetString("MediaTypeFormatter_JsonReaderFactoryReturnedNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' method returned null. It must return a JSON writer instance..
/// </summary>
internal static string MediaTypeFormatter_JsonWriterFactoryReturnedNull {
get {
return ResourceManager.GetString("MediaTypeFormatter_JsonWriterFactoryReturnedNull", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string MediaTypeFormatterCannotRead {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotRead", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support reading because it does not implement the ReadFromStream method..
/// </summary>
internal static string MediaTypeFormatterCannotReadSync {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotReadSync", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string MediaTypeFormatterCannotWrite {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotWrite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The media type formatter of type '{0}' does not support writing because it does not implement the WriteToStream method..
/// </summary>
internal static string MediaTypeFormatterCannotWriteSync {
get {
return ResourceManager.GetString("MediaTypeFormatterCannotWriteSync", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string MediaTypeFormatterNoEncoding {
get {
return ResourceManager.GetString("MediaTypeFormatterNoEncoding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to MIME multipart boundary cannot end with an empty space..
/// </summary>
internal static string MimeMultipartParserBadBoundary {
get {
return ResourceManager.GetString("MimeMultipartParserBadBoundary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Did not find required '{0}' header field in MIME multipart body part..
/// </summary>
internal static string MultipartFormDataStreamProviderNoContentDisposition {
get {
return ResourceManager.GetString("MultipartFormDataStreamProviderNoContentDisposition", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not determine a valid local file name for the multipart body part..
/// </summary>
internal static string MultipartStreamProviderInvalidLocalFileName {
get {
return ResourceManager.GetString("MultipartStreamProviderInvalidLocalFileName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nested bracket is not valid for '{0}' data at position {1}..
/// </summary>
internal static string NestedBracketNotValid {
get {
return ResourceManager.GetString("NestedBracketNotValid", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string NonNullUriRequiredForMediaTypeMapping {
get {
return ResourceManager.GetString("NonNullUriRequiredForMediaTypeMapping", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No MediaTypeFormatter is available to read an object of type '{0}' from content with media type '{1}'..
/// </summary>
internal static string NoReadSerializerAvailable {
get {
return ResourceManager.GetString("NoReadSerializerAvailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An object of type '{0}' cannot be used with a type parameter of '{1}'..
/// </summary>
internal static string ObjectAndTypeDisagree {
get {
return ResourceManager.GetString("ObjectAndTypeDisagree", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configured formatter '{0}' cannot write an object of type '{1}'..
/// </summary>
internal static string ObjectContent_FormatterCannotWriteType {
get {
return ResourceManager.GetString("ObjectContent_FormatterCannotWriteType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Query string name cannot be null..
/// </summary>
internal static string QueryStringNameShouldNotNull {
get {
return ResourceManager.GetString("QueryStringNameShouldNotNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected end of HTTP message stream. HTTP message is not complete..
/// </summary>
internal static string ReadAsHttpMessageUnexpectedTermination {
get {
return ResourceManager.GetString("ReadAsHttpMessageUnexpectedTermination", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a '{1}' content-type header with a '{2}' parameter..
/// </summary>
internal static string ReadAsMimeMultipartArgumentNoBoundary {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoBoundary", resourceCulture);
}
}
/// <summary>
/// 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}'..
/// </summary>
internal static string ReadAsMimeMultipartArgumentNoContentType {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoContentType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid '{0}' instance provided. It does not have a content type header starting with '{1}'..
/// </summary>
internal static string ReadAsMimeMultipartArgumentNoMultipart {
get {
return ResourceManager.GetString("ReadAsMimeMultipartArgumentNoMultipart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error reading MIME multipart body part..
/// </summary>
internal static string ReadAsMimeMultipartErrorReading {
get {
return ResourceManager.GetString("ReadAsMimeMultipartErrorReading", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error writing MIME multipart body part to output stream..
/// </summary>
internal static string ReadAsMimeMultipartErrorWriting {
get {
return ResourceManager.GetString("ReadAsMimeMultipartErrorWriting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing MIME multipart body part header byte {0} of data segment {1}..
/// </summary>
internal static string ReadAsMimeMultipartHeaderParseError {
get {
return ResourceManager.GetString("ReadAsMimeMultipartHeaderParseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing MIME multipart message byte {0} of data segment {1}..
/// </summary>
internal static string ReadAsMimeMultipartParseError {
get {
return ResourceManager.GetString("ReadAsMimeMultipartParseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The stream provider of type '{0}' threw an exception..
/// </summary>
internal static string ReadAsMimeMultipartStreamProviderException {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The stream provider of type '{0}' returned null. It must return a writable '{1}' instance..
/// </summary>
internal static string ReadAsMimeMultipartStreamProviderNull {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderNull", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string ReadAsMimeMultipartStreamProviderReadOnly {
get {
return ResourceManager.GetString("ReadAsMimeMultipartStreamProviderReadOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected end of MIME multipart stream. MIME multipart message is not complete..
/// </summary>
internal static string ReadAsMimeMultipartUnexpectedTermination {
get {
return ResourceManager.GetString("ReadAsMimeMultipartUnexpectedTermination", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' method in '{1}' returned null. It must return a RemoteStreamResult instance containing a writable stream and a valid URL..
/// </summary>
internal static string RemoteStreamInfoCannotBeNull {
get {
return ResourceManager.GetString("RemoteStreamInfoCannotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' serializer cannot serialize the type '{1}'..
/// </summary>
internal static string SerializerCannotSerializeType {
get {
return ResourceManager.GetString("SerializerCannotSerializeType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There is an unmatched opened bracket for the '{0}' at position {1}..
/// </summary>
internal static string UnMatchedBracketNotValid {
get {
return ResourceManager.GetString("UnMatchedBracketNotValid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indentation is not supported by '{0}'..
/// </summary>
internal static string UnsupportedIndent {
get {
return ResourceManager.GetString("UnsupportedIndent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object of type '{0}' returned by {1} must be an instance of either XmlObjectSerializer or XmlSerializer..
/// </summary>
internal static string XmlMediaTypeFormatter_InvalidSerializerType {
get {
return ResourceManager.GetString("XmlMediaTypeFormatter_InvalidSerializerType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The object returned by {0} must not be a null value..
/// </summary>
internal static string XmlMediaTypeFormatter_NullReturnedSerializer {
get {
return ResourceManager.GetString("XmlMediaTypeFormatter_NullReturnedSerializer", resourceCulture);
}
}
}
}