forked from aspnet/AspNetWebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSRResources.Designer.cs
More file actions
380 lines (337 loc) · 17.7 KB
/
SRResources.Designer.cs
File metadata and controls
380 lines (337 loc) · 17.7 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
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace System.Web.Http.SelfHost.Properties {
using System;
/// <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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class SRResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal SRResources() {
}
/// <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)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Http.SelfHost.Properties.SRResources", typeof(SRResources).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 End cannot be called twice on an AsyncResult..
/// </summary>
internal static string AsyncResultAlreadyEnded {
get {
return ResourceManager.GetString("AsyncResultAlreadyEnded", 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 AsyncResultCompletedTwice {
get {
return ResourceManager.GetString("AsyncResultCompletedTwice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The size quota for this stream ({0}) has been exceeded..
/// </summary>
internal static string BufferedOutputStreamQuotaExceeded {
get {
return ResourceManager.GetString("BufferedOutputStreamQuotaExceeded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ClientCredentialType must be set to Certificate when a X509CertificateValidator is specified on the HttpSelfHostConfiguration..
/// </summary>
internal static string CannotUseOtherClientCredentialTypeWithX509CertificateValidator {
get {
return ResourceManager.GetString("CannotUseOtherClientCredentialTypeWithX509CertificateValidator", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ClientCredentialType must be set to Certificate when a UserNamePasswordValidator is specified on the HttpSelfHostConfiguration..
/// </summary>
internal static string CannotUseOtherClientCredentialTypeWithUserNamePasswordValidator
{
get
{
return ResourceManager.GetString("CannotUseOtherClientCredentialTypeWithUserNamePasswordValidator", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode..
/// </summary>
internal static string CertificateUnsupportedForHttpTransportCredentialOnly {
get {
return ResourceManager.GetString("CertificateUnsupportedForHttpTransportCredentialOnly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' type does not support building '{1}' instances..
/// </summary>
internal static string ChannelFactoryNotSupported {
get {
return ResourceManager.GetString("ChannelFactoryNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' type does not support the '{1}' channel shape. Implement the '{2}' channel shape to use this type..
/// </summary>
internal static string ChannelShapeNotSupported {
get {
return ResourceManager.GetString("ChannelShapeNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 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..
/// </summary>
internal static string EncoderMessageVersionMismatch {
get {
return ResourceManager.GetString("EncoderMessageVersionMismatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' type does not support a session encoder..
/// </summary>
internal static string HttpMessageEncoderFactoryDoesNotSupportSessionEncoder {
get {
return ResourceManager.GetString("HttpMessageEncoderFactoryDoesNotSupportSessionEncoder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not obtain an HTTP request from message of type '{0}'..
/// </summary>
internal static string HttpMessageHandlerInvalidMessage {
get {
return ResourceManager.GetString("HttpMessageHandlerInvalidMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This '{0}' instance has already been started once. To start another instance, please create a new '{0}' object and start that..
/// </summary>
internal static string HttpServerAlreadyRunning {
get {
return ResourceManager.GetString("HttpServerAlreadyRunning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The inner listener factory of {0} must be set before this operation..
/// </summary>
internal static string InnerListenerFactoryNotSet {
get {
return ResourceManager.GetString("InnerListenerFactoryNotSet", 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 InvalidAsyncResult {
get {
return ResourceManager.GetString("InvalidAsyncResult", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An incorrect implementation of the IAsyncResult interface may be returning incorrect values from the CompletedSynchronously property or calling the AsyncCallback more than once. The type {0} could be the incorrect implementation..
/// </summary>
internal static string InvalidAsyncResultImplementation {
get {
return ResourceManager.GetString("InvalidAsyncResultImplementation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An incorrect implementation of the IAsyncResult interface may be returning incorrect values from the CompletedSynchronously property or calling the AsyncCallback more than once..
/// </summary>
internal static string InvalidAsyncResultImplementationGeneric {
get {
return ResourceManager.GetString("InvalidAsyncResultImplementationGeneric", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error creating '{0}' instance using '{1}'..
/// </summary>
internal static string InvalidChannelListener {
get {
return ResourceManager.GetString("InvalidChannelListener", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A null value was returned from an async 'Begin' method or passed to an AsyncCallback. Async 'Begin' implementations must return a non-null IAsyncResult and pass the same IAsyncResult object as the parameter to the AsyncCallback..
/// </summary>
internal static string InvalidNullAsyncResult {
get {
return ResourceManager.GetString("InvalidNullAsyncResult", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to HTTP request message body with a content length of '{0}' bytes..
/// </summary>
internal static string MessageBodyIsHttpRequestMessageWithKnownContentLength {
get {
return ResourceManager.GetString("MessageBodyIsHttpRequestMessageWithKnownContentLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to HTTP request message body with an undetermined content length..
/// </summary>
internal static string MessageBodyIsHttpRequestMessageWithUnknownContentLength {
get {
return ResourceManager.GetString("MessageBodyIsHttpRequestMessageWithUnknownContentLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to HTTP response message body with a content length of '{0}' bytes..
/// </summary>
internal static string MessageBodyIsHttpResponseMessageWithKnownContentLength {
get {
return ResourceManager.GetString("MessageBodyIsHttpResponseMessageWithKnownContentLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to HTTP response message body with an undetermined content length..
/// </summary>
internal static string MessageBodyIsHttpResponseMessageWithUnknownContentLength {
get {
return ResourceManager.GetString("MessageBodyIsHttpResponseMessageWithUnknownContentLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' is closed and can no longer be used..
/// </summary>
internal static string MessageClosed {
get {
return ResourceManager.GetString("MessageClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The response message is not valid for the encoder used by the '{0}' binding, which requires that the response message have been created with the '{1}' extension method on the '{2}' class..
/// </summary>
internal static string MessageInvalidForHttpMessageEncoder {
get {
return ResourceManager.GetString("MessageInvalidForHttpMessageEncoder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The message instance does not support being read, written out or copied. Use the '{0}' or '{1}' extension methods on the '{2}' class to access the message content..
/// </summary>
internal static string MessageReadWriteCopyNotSupported {
get {
return ResourceManager.GetString("MessageReadWriteCopyNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The message instance is non-empty but the '{0}' extension method on the '{1}' class returned null. Message instances that do not support the '{0}' extension method must be empty. .
/// </summary>
internal static string NonHttpMessageMustBeEmpty {
get {
return ResourceManager.GetString("NonHttpMessageMustBeEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nonnegative number required.
/// </summary>
internal static string NonnegativeNumberRequired {
get {
return ResourceManager.GetString("NonnegativeNumberRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The '{0}' type supports only MessageVersion.None. .
/// </summary>
internal static string OnlyMessageVersionNoneSupportedOnHttpMessageEncodingBindingElement {
get {
return ResourceManager.GetString("OnlyMessageVersionNoneSupportedOnHttpMessageEncodingBindingElement", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value of the '{0}' parameter must be less than or equal to the value of the '{1}' parameter..
/// </summary>
internal static string ParameterMustBeLessThanOrEqualSecondParameter {
get {
return ResourceManager.GetString("ParameterMustBeLessThanOrEqualSecondParameter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Read not supported on this stream..
/// </summary>
internal static string ReadNotSupported {
get {
return ResourceManager.GetString("ReadNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Processing of the request was cancelled..
/// </summary>
internal static string RequestCancelled {
get {
return ResourceManager.GetString("RequestCancelled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The incoming message does not have the required '{0}' property of type '{1}'..
/// </summary>
internal static string RequestMissingHttpRequestMessageProperty {
get {
return ResourceManager.GetString("RequestMissingHttpRequestMessageProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The incoming message does not have the required 'To' header..
/// </summary>
internal static string RequestMissingToHeader {
get {
return ResourceManager.GetString("RequestMissingToHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Seek not supported on this stream..
/// </summary>
internal static string SeekNotSupported {
get {
return ResourceManager.GetString("SeekNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value must be non-negative..
/// </summary>
internal static string ValueMustBeNonNegative {
get {
return ResourceManager.GetString("ValueMustBeNonNegative", resourceCulture);
}
}
}
}