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