209 references to GetResourceString
Microsoft.AspNetCore.Server.Kestrel.Core (209)
artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs (209)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @BadRequest =>
GetResourceString
("BadRequest");
33
internal static string @BadRequest_BadChunkSizeData =>
GetResourceString
("BadRequest_BadChunkSizeData");
35
internal static string @BadRequest_BadChunkSuffix =>
GetResourceString
("BadRequest_BadChunkSuffix");
37
internal static string @BadRequest_ChunkedRequestIncomplete =>
GetResourceString
("BadRequest_ChunkedRequestIncomplete");
39
internal static string @BadRequest_FinalTransferCodingNotChunked =>
GetResourceString
("BadRequest_FinalTransferCodingNotChunked");
45
internal static string @BadRequest_HeadersExceedMaxTotalSize =>
GetResourceString
("BadRequest_HeadersExceedMaxTotalSize");
47
internal static string @BadRequest_InvalidCharactersInHeaderName =>
GetResourceString
("BadRequest_InvalidCharactersInHeaderName");
49
internal static string @BadRequest_InvalidContentLength_Detail =>
GetResourceString
("BadRequest_InvalidContentLength_Detail");
55
internal static string @BadRequest_InvalidHostHeader =>
GetResourceString
("BadRequest_InvalidHostHeader");
57
internal static string @BadRequest_InvalidHostHeader_Detail =>
GetResourceString
("BadRequest_InvalidHostHeader_Detail");
63
internal static string @BadRequest_InvalidRequestHeadersNoCRLF =>
GetResourceString
("BadRequest_InvalidRequestHeadersNoCRLF");
65
internal static string @BadRequest_InvalidRequestHeader_Detail =>
GetResourceString
("BadRequest_InvalidRequestHeader_Detail");
71
internal static string @BadRequest_InvalidRequestLine =>
GetResourceString
("BadRequest_InvalidRequestLine");
73
internal static string @BadRequest_InvalidRequestLine_Detail =>
GetResourceString
("BadRequest_InvalidRequestLine_Detail");
79
internal static string @BadRequest_InvalidRequestTarget_Detail =>
GetResourceString
("BadRequest_InvalidRequestTarget_Detail");
85
internal static string @BadRequest_LengthRequiredHttp10 =>
GetResourceString
("BadRequest_LengthRequiredHttp10");
91
internal static string @BadRequest_MalformedRequestInvalidHeaders =>
GetResourceString
("BadRequest_MalformedRequestInvalidHeaders");
93
internal static string @BadRequest_MethodNotAllowed =>
GetResourceString
("BadRequest_MethodNotAllowed");
95
internal static string @BadRequest_MissingHostHeader =>
GetResourceString
("BadRequest_MissingHostHeader");
97
internal static string @BadRequest_MultipleContentLengths =>
GetResourceString
("BadRequest_MultipleContentLengths");
99
internal static string @BadRequest_MultipleHostHeaders =>
GetResourceString
("BadRequest_MultipleHostHeaders");
101
internal static string @BadRequest_RequestLineTooLong =>
GetResourceString
("BadRequest_RequestLineTooLong");
103
internal static string @BadRequest_RequestHeadersTimeout =>
GetResourceString
("BadRequest_RequestHeadersTimeout");
105
internal static string @BadRequest_TooManyHeaders =>
GetResourceString
("BadRequest_TooManyHeaders");
107
internal static string @BadRequest_UnexpectedEndOfRequestContent =>
GetResourceString
("BadRequest_UnexpectedEndOfRequestContent");
109
internal static string @BadRequest_UnrecognizedHTTPVersion =>
GetResourceString
("BadRequest_UnrecognizedHTTPVersion");
115
internal static string @FallbackToIPv4Any =>
GetResourceString
("FallbackToIPv4Any");
121
internal static string @ResponseStreamWasUpgraded =>
GetResourceString
("ResponseStreamWasUpgraded");
123
internal static string @BigEndianNotSupported =>
GetResourceString
("BigEndianNotSupported");
125
internal static string @MaxRequestBufferSmallerThanRequestHeaderBuffer =>
GetResourceString
("MaxRequestBufferSmallerThanRequestHeaderBuffer");
131
internal static string @MaxRequestBufferSmallerThanRequestLineBuffer =>
GetResourceString
("MaxRequestBufferSmallerThanRequestLineBuffer");
137
internal static string @ServerAlreadyStarted =>
GetResourceString
("ServerAlreadyStarted");
139
internal static string @UnknownTransportMode =>
GetResourceString
("UnknownTransportMode");
145
internal static string @InvalidAsciiOrControlChar =>
GetResourceString
("InvalidAsciiOrControlChar");
151
internal static string @InvalidContentLength_InvalidNumber =>
GetResourceString
("InvalidContentLength_InvalidNumber");
157
internal static string @NonNegativeNumberOrNullRequired =>
GetResourceString
("NonNegativeNumberOrNullRequired");
159
internal static string @NonNegativeNumberRequired =>
GetResourceString
("NonNegativeNumberRequired");
161
internal static string @PositiveNumberRequired =>
GetResourceString
("PositiveNumberRequired");
163
internal static string @PositiveNumberOrNullRequired =>
GetResourceString
("PositiveNumberOrNullRequired");
165
internal static string @UnixSocketPathMustBeAbsolute =>
GetResourceString
("UnixSocketPathMustBeAbsolute");
167
internal static string @AddressBindingFailed =>
GetResourceString
("AddressBindingFailed");
173
internal static string @BindingToDefaultAddress =>
GetResourceString
("BindingToDefaultAddress");
179
internal static string @ConfigurePathBaseFromMethodCall =>
GetResourceString
("ConfigurePathBaseFromMethodCall");
185
internal static string @DynamicPortOnLocalhostNotSupported =>
GetResourceString
("DynamicPortOnLocalhostNotSupported");
187
internal static string @EndpointAlreadyInUse =>
GetResourceString
("EndpointAlreadyInUse");
193
internal static string @NetworkInterfaceBindingFailed =>
GetResourceString
("NetworkInterfaceBindingFailed");
199
internal static string @OverridingWithKestrelOptions =>
GetResourceString
("OverridingWithKestrelOptions");
205
internal static string @OverridingWithPreferHostingUrls =>
GetResourceString
("OverridingWithPreferHostingUrls");
211
internal static string @UnsupportedAddressScheme =>
GetResourceString
("UnsupportedAddressScheme");
217
internal static string @HeadersAreReadOnly =>
GetResourceString
("HeadersAreReadOnly");
219
internal static string @KeyAlreadyExists =>
GetResourceString
("KeyAlreadyExists");
221
internal static string @HeaderNotAllowedOnResponse =>
GetResourceString
("HeaderNotAllowedOnResponse");
227
internal static string @ParameterReadOnlyAfterResponseStarted =>
GetResourceString
("ParameterReadOnlyAfterResponseStarted");
233
internal static string @TooFewBytesWritten =>
GetResourceString
("TooFewBytesWritten");
239
internal static string @TooManyBytesWritten =>
GetResourceString
("TooManyBytesWritten");
245
internal static string @UnhandledApplicationException =>
GetResourceString
("UnhandledApplicationException");
247
internal static string @WritingToResponseBodyNotSupported =>
GetResourceString
("WritingToResponseBodyNotSupported");
253
internal static string @ConnectionShutdownError =>
GetResourceString
("ConnectionShutdownError");
255
internal static string @RequestProcessingEndError =>
GetResourceString
("RequestProcessingEndError");
257
internal static string @CannotUpgradeNonUpgradableRequest =>
GetResourceString
("CannotUpgradeNonUpgradableRequest");
259
internal static string @UpgradedConnectionLimitReached =>
GetResourceString
("UpgradedConnectionLimitReached");
261
internal static string @UpgradeCannotBeCalledMultipleTimes =>
GetResourceString
("UpgradeCannotBeCalledMultipleTimes");
263
internal static string @BadRequest_RequestBodyTooLarge =>
GetResourceString
("BadRequest_RequestBodyTooLarge");
269
internal static string @MaxRequestBodySizeCannotBeModifiedAfterRead =>
GetResourceString
("MaxRequestBodySizeCannotBeModifiedAfterRead");
271
internal static string @MaxRequestBodySizeCannotBeModifiedForUpgradedRequests =>
GetResourceString
("MaxRequestBodySizeCannotBeModifiedForUpgradedRequests");
273
internal static string @PositiveTimeSpanRequired =>
GetResourceString
("PositiveTimeSpanRequired");
275
internal static string @MinimumGracePeriodRequired =>
GetResourceString
("MinimumGracePeriodRequired");
281
internal static string @SynchronousReadsDisallowed =>
GetResourceString
("SynchronousReadsDisallowed");
283
internal static string @SynchronousWritesDisallowed =>
GetResourceString
("SynchronousWritesDisallowed");
285
internal static string @PositiveNumberOrNullMinDataRateRequired =>
GetResourceString
("PositiveNumberOrNullMinDataRateRequired");
287
internal static string @ConcurrentTimeoutsNotSupported =>
GetResourceString
("ConcurrentTimeoutsNotSupported");
289
internal static string @PositiveFiniteTimeSpanRequired =>
GetResourceString
("PositiveFiniteTimeSpanRequired");
291
internal static string @EndPointRequiresAtLeastOneProtocol =>
GetResourceString
("EndPointRequiresAtLeastOneProtocol");
293
internal static string @EndPointHttp2NotNegotiated =>
GetResourceString
("EndPointHttp2NotNegotiated");
295
internal static string @Http2ErrorStreamIdEven =>
GetResourceString
("Http2ErrorStreamIdEven");
301
internal static string @Http2ErrorPushPromiseReceived =>
GetResourceString
("Http2ErrorPushPromiseReceived");
303
internal static string @Http2ErrorHeadersInterleaved =>
GetResourceString
("Http2ErrorHeadersInterleaved");
309
internal static string @Http2ErrorStreamIdZero =>
GetResourceString
("Http2ErrorStreamIdZero");
315
internal static string @Http2ErrorStreamIdNotZero =>
GetResourceString
("Http2ErrorStreamIdNotZero");
321
internal static string @Http2ErrorPaddingTooLong =>
GetResourceString
("Http2ErrorPaddingTooLong");
327
internal static string @Http2ErrorStreamClosed =>
GetResourceString
("Http2ErrorStreamClosed");
333
internal static string @Http2ErrorStreamHalfClosedRemote =>
GetResourceString
("Http2ErrorStreamHalfClosedRemote");
339
internal static string @Http2ErrorStreamSelfDependency =>
GetResourceString
("Http2ErrorStreamSelfDependency");
345
internal static string @Http2ErrorUnexpectedFrameLength =>
GetResourceString
("Http2ErrorUnexpectedFrameLength");
351
internal static string @Http2ErrorSettingsLengthNotMultipleOfSix =>
GetResourceString
("Http2ErrorSettingsLengthNotMultipleOfSix");
353
internal static string @Http2ErrorSettingsAckLengthNotZero =>
GetResourceString
("Http2ErrorSettingsAckLengthNotZero");
355
internal static string @Http2ErrorSettingsParameterOutOfRange =>
GetResourceString
("Http2ErrorSettingsParameterOutOfRange");
361
internal static string @Http2ErrorWindowUpdateIncrementZero =>
GetResourceString
("Http2ErrorWindowUpdateIncrementZero");
363
internal static string @Http2ErrorContinuationWithNoHeaders =>
GetResourceString
("Http2ErrorContinuationWithNoHeaders");
365
internal static string @Http2ErrorStreamIdle =>
GetResourceString
("Http2ErrorStreamIdle");
371
internal static string @HttpErrorTrailersContainPseudoHeaderField =>
GetResourceString
("HttpErrorTrailersContainPseudoHeaderField");
373
internal static string @HttpErrorHeaderNameUppercase =>
GetResourceString
("HttpErrorHeaderNameUppercase");
375
internal static string @HttpErrorTrailerNameUppercase =>
GetResourceString
("HttpErrorTrailerNameUppercase");
377
internal static string @Http2ErrorHeadersWithTrailersNoEndStream =>
GetResourceString
("Http2ErrorHeadersWithTrailersNoEndStream");
379
internal static string @HttpErrorMissingMandatoryPseudoHeaderFields =>
GetResourceString
("HttpErrorMissingMandatoryPseudoHeaderFields");
381
internal static string @HttpErrorPseudoHeaderFieldAfterRegularHeaders =>
GetResourceString
("HttpErrorPseudoHeaderFieldAfterRegularHeaders");
383
internal static string @HttpErrorUnknownPseudoHeaderField =>
GetResourceString
("HttpErrorUnknownPseudoHeaderField");
385
internal static string @HttpErrorResponsePseudoHeaderField =>
GetResourceString
("HttpErrorResponsePseudoHeaderField");
387
internal static string @HttpErrorDuplicatePseudoHeaderField =>
GetResourceString
("HttpErrorDuplicatePseudoHeaderField");
389
internal static string @HttpErrorConnectionSpecificHeaderField =>
GetResourceString
("HttpErrorConnectionSpecificHeaderField");
391
internal static string @InvalidServerCertificateEku =>
GetResourceString
("InvalidServerCertificateEku");
397
internal static string @ServerCertificateRequired =>
GetResourceString
("ServerCertificateRequired");
399
internal static string @CertNotFoundInStore =>
GetResourceString
("CertNotFoundInStore");
405
internal static string @EndpointMissingUrl =>
GetResourceString
("EndpointMissingUrl");
412
internal static string @NoCertSpecifiedNoDevelopmentCertificateFound =>
GetResourceString
("NoCertSpecifiedNoDevelopmentCertificateFound");
414
internal static string @MultipleCertificateSources =>
GetResourceString
("MultipleCertificateSources");
420
internal static string @WritingToResponseBodyAfterResponseCompleted =>
GetResourceString
("WritingToResponseBodyAfterResponseCompleted");
422
internal static string @BadRequest_RequestBodyTimeout =>
GetResourceString
("BadRequest_RequestBodyTimeout");
424
internal static string @ConnectionAbortedByApplication =>
GetResourceString
("ConnectionAbortedByApplication");
426
internal static string @ConnectionAbortedDuringServerShutdown =>
GetResourceString
("ConnectionAbortedDuringServerShutdown");
428
internal static string @ConnectionTimedBecauseResponseMininumDataRateNotSatisfied =>
GetResourceString
("ConnectionTimedBecauseResponseMininumDataRateNotSatisfied");
430
internal static string @ConnectionTimedOutByServer =>
GetResourceString
("ConnectionTimedOutByServer");
432
internal static string @Http2ErrorFrameOverLimit =>
GetResourceString
("Http2ErrorFrameOverLimit");
438
internal static string @Http2ErrorMinTlsVersion =>
GetResourceString
("Http2ErrorMinTlsVersion");
444
internal static string @Http2ErrorInvalidPreface =>
GetResourceString
("Http2ErrorInvalidPreface");
446
internal static string @InvalidEmptyHeaderName =>
GetResourceString
("InvalidEmptyHeaderName");
448
internal static string @ConnectionOrStreamAbortedByCancellationToken =>
GetResourceString
("ConnectionOrStreamAbortedByCancellationToken");
450
internal static string @Http2ErrorInitialWindowSizeInvalid =>
GetResourceString
("Http2ErrorInitialWindowSizeInvalid");
452
internal static string @Http2ErrorWindowUpdateSizeInvalid =>
GetResourceString
("Http2ErrorWindowUpdateSizeInvalid");
454
internal static string @Http2ConnectionFaulted =>
GetResourceString
("Http2ConnectionFaulted");
456
internal static string @HttpStreamResetByClient =>
GetResourceString
("HttpStreamResetByClient");
458
internal static string @Http2StreamAborted =>
GetResourceString
("Http2StreamAborted");
460
internal static string @Http2ErrorFlowControlWindowExceeded =>
GetResourceString
("Http2ErrorFlowControlWindowExceeded");
462
internal static string @Http2ErrorConnectMustNotSendSchemeOrPath =>
GetResourceString
("Http2ErrorConnectMustNotSendSchemeOrPath");
464
internal static string @Http2ErrorMethodInvalid =>
GetResourceString
("Http2ErrorMethodInvalid");
470
internal static string @Http2StreamErrorPathInvalid =>
GetResourceString
("Http2StreamErrorPathInvalid");
476
internal static string @Http2StreamErrorSchemeMismatch =>
GetResourceString
("Http2StreamErrorSchemeMismatch");
482
internal static string @Http2StreamErrorLessDataThanLength =>
GetResourceString
("Http2StreamErrorLessDataThanLength");
484
internal static string @Http2StreamErrorMoreDataThanLength =>
GetResourceString
("Http2StreamErrorMoreDataThanLength");
486
internal static string @Http2StreamErrorAfterHeaders =>
GetResourceString
("Http2StreamErrorAfterHeaders");
488
internal static string @Http2ErrorMaxStreams =>
GetResourceString
("Http2ErrorMaxStreams");
490
internal static string @Http3ErrorConnectMustNotSendSchemeOrPath =>
GetResourceString
("Http3ErrorConnectMustNotSendSchemeOrPath");
492
internal static string @Http3StreamErrorSchemeMismatch =>
GetResourceString
("Http3StreamErrorSchemeMismatch");
498
internal static string @Http3ErrorMethodInvalid =>
GetResourceString
("Http3ErrorMethodInvalid");
504
internal static string @Http3StreamErrorPathInvalid =>
GetResourceString
("Http3StreamErrorPathInvalid");
510
internal static string @Http3StreamErrorLessDataThanLength =>
GetResourceString
("Http3StreamErrorLessDataThanLength");
512
internal static string @Http3StreamErrorMoreDataThanLength =>
GetResourceString
("Http3StreamErrorMoreDataThanLength");
514
internal static string @GreaterThanZeroRequired =>
GetResourceString
("GreaterThanZeroRequired");
516
internal static string @ArgumentOutOfRange =>
GetResourceString
("ArgumentOutOfRange");
522
internal static string @ConnectionAbortedByClient =>
GetResourceString
("ConnectionAbortedByClient");
524
internal static string @Http2ErrorStreamAborted =>
GetResourceString
("Http2ErrorStreamAborted");
530
internal static string @HttpMinDataRateNotSupported =>
GetResourceString
("HttpMinDataRateNotSupported");
532
internal static string @RequestTrailersNotAvailable =>
GetResourceString
("RequestTrailersNotAvailable");
534
internal static string @Http2NoTlsAlpn =>
GetResourceString
("Http2NoTlsAlpn");
536
internal static string @Http2StreamResetByApplication =>
GetResourceString
("Http2StreamResetByApplication");
542
internal static string @Http2TellClientToCalmDown =>
GetResourceString
("Http2TellClientToCalmDown");
544
internal static string @HttpParserTlsOverHttpError =>
GetResourceString
("HttpParserTlsOverHttpError");
546
internal static string @BadDeveloperCertificateState =>
GetResourceString
("BadDeveloperCertificateState");
548
internal static string @QPackErrorIndexOutOfRange =>
GetResourceString
("QPackErrorIndexOutOfRange");
554
internal static string @QPackErrorIntegerTooBig =>
GetResourceString
("QPackErrorIntegerTooBig");
556
internal static string @QPackHuffmanError =>
GetResourceString
("QPackHuffmanError");
558
internal static string @QPackStringLengthTooLarge =>
GetResourceString
("QPackStringLengthTooLarge");
564
internal static string @QuicTransportNotFound =>
GetResourceString
("QuicTransportNotFound");
566
internal static string @TransportNotFound =>
GetResourceString
("TransportNotFound");
568
internal static string @GreaterThanOrEqualToZeroRequired =>
GetResourceString
("GreaterThanOrEqualToZeroRequired");
570
internal static string @Http2NoTlsWin81 =>
GetResourceString
("Http2NoTlsWin81");
572
internal static string @Http2ErrorKeepAliveTimeout =>
GetResourceString
("Http2ErrorKeepAliveTimeout");
574
internal static string @ArgumentTimeSpanGreaterOrEqual =>
GetResourceString
("ArgumentTimeSpanGreaterOrEqual");
580
internal static string @InvalidPemKey =>
GetResourceString
("InvalidPemKey");
582
internal static string @UnrecognizedCertificateKeyOid =>
GetResourceString
("UnrecognizedCertificateKeyOid");
585
=> string.Format(Culture,
GetResourceString
("UnrecognizedCertificateKeyOid"), p0);
588
internal static string @SniNotConfiguredForServerName =>
GetResourceString
("SniNotConfiguredForServerName");
594
internal static string @SniNotConfiguredToAllowNoServerName =>
GetResourceString
("SniNotConfiguredToAllowNoServerName");
600
internal static string @SniNameCannotBeEmpty =>
GetResourceString
("SniNameCannotBeEmpty");
606
internal static string @EndpointHasUnusedHttpsConfig =>
GetResourceString
("EndpointHasUnusedHttpsConfig");
612
internal static string @Http3ConnectionFaulted =>
GetResourceString
("Http3ConnectionFaulted");
614
internal static string @Http3StreamAborted =>
GetResourceString
("Http3StreamAborted");
616
internal static string @Http3StreamResetByApplication =>
GetResourceString
("Http3StreamResetByApplication");
622
internal static string @Http3StreamErrorAfterHeaders =>
GetResourceString
("Http3StreamErrorAfterHeaders");
624
internal static string @Http3StreamErrorDataReceivedBeforeHeaders =>
GetResourceString
("Http3StreamErrorDataReceivedBeforeHeaders");
626
internal static string @Http3StreamErrorFrameReceivedAfterTrailers =>
GetResourceString
("Http3StreamErrorFrameReceivedAfterTrailers");
632
internal static string @Http3ErrorUnsupportedFrameOnRequestStream =>
GetResourceString
("Http3ErrorUnsupportedFrameOnRequestStream");
638
internal static string @Http3ErrorUnsupportedFrameOnServer =>
GetResourceString
("Http3ErrorUnsupportedFrameOnServer");
644
internal static string @Http3ErrorUnsupportedFrameOnControlStream =>
GetResourceString
("Http3ErrorUnsupportedFrameOnControlStream");
650
internal static string @Http3ErrorControlStreamMultipleSettingsFrames =>
GetResourceString
("Http3ErrorControlStreamMultipleSettingsFrames");
652
internal static string @Http3ErrorControlStreamFrameReceivedBeforeSettings =>
GetResourceString
("Http3ErrorControlStreamFrameReceivedBeforeSettings");
658
internal static string @Http3ErrorControlStreamReservedSetting =>
GetResourceString
("Http3ErrorControlStreamReservedSetting");
664
internal static string @Http3ControlStreamErrorMultipleInboundStreams =>
GetResourceString
("Http3ControlStreamErrorMultipleInboundStreams");
670
internal static string @Http3StreamErrorRequestEndedNoHeaders =>
GetResourceString
("Http3StreamErrorRequestEndedNoHeaders");
672
internal static string @Http3ControlStreamHeaderTimeout =>
GetResourceString
("Http3ControlStreamHeaderTimeout");
674
internal static string @Http3ErrorControlStreamClientClosedInbound =>
GetResourceString
("Http3ErrorControlStreamClientClosedInbound");
676
internal static string @Http3ControlStreamErrorUnsupportedType =>
GetResourceString
("Http3ControlStreamErrorUnsupportedType");
682
internal static string @Http3ControlStreamErrorInitializingOutbound =>
GetResourceString
("Http3ControlStreamErrorInitializingOutbound");
684
internal static string @Http3WebTransportStatusMismatch =>
GetResourceString
("Http3WebTransportStatusMismatch");
690
internal static string @Http3DatagramStatusMismatch =>
GetResourceString
("Http3DatagramStatusMismatch");
696
internal static string @Http3MethodMustBeConnectWhenUsingProtocolPseudoHeader =>
GetResourceString
("Http3MethodMustBeConnectWhenUsingProtocolPseudoHeader");
698
internal static string @Http3MissingAuthorityOrPathPseudoHeaders =>
GetResourceString
("Http3MissingAuthorityOrPathPseudoHeaders");
700
internal static string @ConnectRequestsWithProtocolRequireSchemeAndPath =>
GetResourceString
("ConnectRequestsWithProtocolRequireSchemeAndPath");
702
internal static string @ProtocolRequiresConnect =>
GetResourceString
("ProtocolRequiresConnect");
704
internal static string @CannotAcceptNonConnectRequest =>
GetResourceString
("CannotAcceptNonConnectRequest");
706
internal static string @AcceptCannotBeCalledMultipleTimes =>
GetResourceString
("AcceptCannotBeCalledMultipleTimes");
708
internal static string @ConnectStatusMustBe2XX =>
GetResourceString
("ConnectStatusMustBe2XX");
710
internal static string @AttemptedToReadHeaderOnAbortedStream =>
GetResourceString
("AttemptedToReadHeaderOnAbortedStream");
712
internal static string @ReceivedLooseWebTransportStream =>
GetResourceString
("ReceivedLooseWebTransportStream");
714
internal static string @UnidentifiedStream =>
GetResourceString
("UnidentifiedStream");
720
internal static string @WebTransportFailedToAddStreamToPendingQueue =>
GetResourceString
("WebTransportFailedToAddStreamToPendingQueue");
722
internal static string @FailedToNegotiateCommonWebTransportVersion =>
GetResourceString
("FailedToNegotiateCommonWebTransportVersion");
728
internal static string @WebTransportIsDisabled =>
GetResourceString
("WebTransportIsDisabled");
730
internal static string @DynamicPortOnMultipleTransportsNotSupported =>
GetResourceString
("DynamicPortOnMultipleTransportsNotSupported");
732
internal static string @NonzeroContentLengthNotAllowedOn205 =>
GetResourceString
("NonzeroContentLengthNotAllowedOn205");
734
internal static string @Http3ErrorControlStreamClosed =>
GetResourceString
("Http3ErrorControlStreamClosed");
736
internal static string @ConnectResponseCanNotHaveBody =>
GetResourceString
("ConnectResponseCanNotHaveBody");
742
internal static string @FailedToBindToIPv6Any =>
GetResourceString
("FailedToBindToIPv6Any");
748
internal static string @NeedHttpsConfigurationToApplyHttpsConfiguration =>
GetResourceString
("NeedHttpsConfigurationToApplyHttpsConfiguration");
750
internal static string @NeedHttpsConfigurationToLoadDefaultCertificate =>
GetResourceString
("NeedHttpsConfigurationToLoadDefaultCertificate");
752
internal static string @NeedHttpsConfigurationToUseHttp3 =>
GetResourceString
("NeedHttpsConfigurationToUseHttp3");
754
internal static string @NeedHttpsConfigurationToBindHttpsAddresses =>
GetResourceString
("NeedHttpsConfigurationToBindHttpsAddresses");
756
internal static string @Http3ControlStreamFrameTooLarge =>
GetResourceString
("Http3ControlStreamFrameTooLarge");