10000 | '%1': 값을 비워 두면 안 됩니다. |
'%1': Value must not be empty. |
10001 | '%1': 버퍼에 공간이 부족하여 요청한 바이트 수를 저장할 수 없습니다. |
'%1': Buffer does not have enough space to hold the requested number of bytes. |
10002 | '%1': 잘못된 문자가 검색되었습니다. |
'%1': Invalid characters found. |
10003 | HTTP 헤더가 잘못되었습니다. |
Invalid HTTP headers. |
10004 | HTTP 응답 상태가 잘못되었습니다. |
Invalid HTTP response status. |
10005 | '%1': 제공된 값이 무시할 수 있는 ChainValidationResult 값이 아닙니다. |
'%1': Provided value is not an ignorable ChainValidationResult value. |
31000 | 이 인스턴스는 이미 하나 이상의 요청을 시작했습니다. 첫 번째 요청을 보내기 전에만 속성을 수정할 수 있습니다. |
This instance has already started one or more requests. Properties can only be modified before sending the first request. |
31001 | 요청 메시지를 이미 보냈습니다. 같은 요청 메시지를 여러 번 보낼 수 없습니다. |
The request message was already sent. Cannot send the same request message multiple times. |
31002 | 잘못된 요청 URI를 제공했습니다. |
An invalid request URI was provided. |
31003 | 헤더 이름을 잘못 사용했습니다. HttpRequestMessage에서 요청 헤더를 사용하고 HttpResponseMessage에서 응답 헤더를 사용하며 HttpContent 개체에서 콘텐츠 헤더를 사용했는지 확인하십시오. |
Misused header name. Make sure request headers are used with HttpRequestMessage, response headers with HttpResponseMessage, and content headers with HttpContent objects. |
31004 | 응답 상태 코드가 성공을 나타내지 않습니다. %1!u!(%2!s!). |
Response status code does not indicate success: %1!u! (%2!s!). |
31005 | 지정한 인증서에 필요한 개인 키 정보가 없습니다. |
The certificate specified is missing the required private key information. |
31006 | 'Transfer-Encoding: chunked' 헤더는 콘텐츠가 없는 개체와 사용할 수 없습니다. |
'Transfer-Encoding: chunked' header cannot be used with no content object. |
31007 | 'Content-Length'와 'Transfer-Encoding: chunked' 헤더를 동시에 지정할 수 없습니다. |
Both 'Content-Length' and 'Transfer-Encoding: chunked' headers can not be specified at the same time. |
31008 | ControlChannelTrigger를 사용할 수 있는 HttpRequestMessage를 보내려면 HttpBaseProtocolFilter만 사용하는 필터 파이프라인이 있어야 합니다. |
Sending an HttpRequestMessage that is ControlChannelTrigger enabled requires a filter pipeline that uses only HttpBaseProtocolFilter. |
31009 | HttpMultipartContent는 하나 이상의 일부에 속해 있어야 합니다. |
HttpMultipartContent requires there to be at least one part. |
31010 | 버퍼링된 이후에는 HttpMultipartContent를 수정할 수 없습니다. |
Cannot modify HttpMultipartContent after it has already been buffered. |
31011 | Content-Length가 UINT32_MAX보다 큽니다. 대신 'Transfer-Encoding: chunked'를 사용하십시오. |
Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead. |
31012 | IHttpContent 스트림을 여러 번 써야 했지만 여러 번 읽을 수 없습니다. IRandomAccessStream에 의해 백업된 IHttpContent를 사용하거나 이 메서드를 호출하기 전에 BufferAllAsync를 호출하십시오. |
The IHttpContent stream needed to be written multiple times, but could not be read multiple times. Use an IHttpContent backed by an IRandomAccessStream or call BufferAllAsync before calling this method. |
0x30000000 | 정보 |
Info |
0x50000002 | 오류 |
Error |
0x50000003 | 경고 |
Warning |
0x50000005 | 자세한 정보 표시 |
Verbose |
0x70000001 | HTTP 비동기 I/O |
Http Async I/O |
0x70000002 | HTTP 작업 |
Http Operation |
0x70000003 | HTTP Cct |
Http Cct |
0x90000001 | Microsoft-Windows-Runtime-Web-Http |
Microsoft-Windows-Runtime-Web-Http |
0xB0000001 | URI '%1'을(를) 구문 분석하지 못했습니다. |
Failed to parse URI '%1'. |
0xB0000002 | 기본 URI가 '%1'이고 상대 URI가 '%2'인 URI를 만들지 못했습니다. |
Failed to create URI with base URI '%1' and relative URI '%2'. |
0xB0000003 | HTTP 헤더 '%1: %2'을(를) 추가합니다. |
Add HTTP header '%1: %2'. |
0xB0000004 | '%2'의 자격 증명을 사용하여 '%1'에 연결합니다. |
Start to connect to '%1' with credential of '%2'. |
0xB0000005 | 기본 자격 증명을 사용하여 '%1'에 연결합니다. |
Start to connect to '%1' with default credential. |
0xB0000006 | 포트 %2에서 '%1'에 연결하지 못했습니다. 마지막 오류는 %3입니다. %4 |
Failed to connect to '%1' at port %2. The last error is %3: %4 |
0xB0000007 | %3 플래그를 사용하여 '%2'에 대해 '%1' 요청을 여는 중입니다. |
Opening request to '%1' to '%2' with flags %3. |
0xB0000008 | '%1' 요청을 열지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to open request to '%1'. The last error is %2: %3 |
0xB0000009 | 요청 컨텍스트 %1에는 '%3'에 대한 요청 핸들 %2이(가) 있습니다. |
Request context %1 has request handle %2 to '%3'. |
0xB000000A | 요청 핸들 %1에서 HTTP 보내기 및 받기 시간 제한을 %2ms로 설정합니다. |
Set HTTP send and receive timeout to %2ms on request handle %1. |
0xB000000B | 콘텐츠 길이 %2을(를) 사용하여 요청 핸들 %1(으)로 보내기 시작합니다. |
Start to send to request handle %1 with content length %2. |
0xB000000C | 요청 핸들 %1이(가) 동기적으로 완료되었습니다. |
Request handle %1 completed synchronously. |
0xB000000D | 요청 컨텍스트 %1이(가) 비동기적으로 보내기를 완료했습니다. |
Request context %1 completed send asynchronously. |
0xB000000E | 요청 핸들 %1에 %2바이트를 쓰는 중입니다. |
Writing %2 bytes to request handle %1. |
0xB000000F | 요청 핸들 %1에 엔터티 본문을 보내지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to send entity body to request handle %1. The last error is %2: %3 |
0xB0000010 | 요청 핸들 %1에서 HTTP 요청을 보냈습니다. %2 |
Sent HTTP request at request handle %1: %2 |
0xB0000011 | 요청 핸들 %1에서 응답을 받기 시작합니다. |
Start to receive response from request handle %1. |
0xB0000012 | 요청 핸들 %1에서 상태 코드가 %2이고 상태 설명이 '%3'인 HTTP 응답을 받았습니다. |
Received HTTP response from request handle %1 with status code %2 and status description '%3'. |
0xB0000013 | 요청 핸들 %1에서 HTTP 응답을 받습니다. %2 |
Receive HTTP response from request handle %1: %2 |
0xB0000014 | 요청 핸들 %1에서 HTTP 응답을 받지 못했습니다. 마지막 오류는 %2입니다. %3 |
Failed to receive HTTP response from request handle %1. The last error is %2: %3 |
0xB0000015 | 요청 컨텍스트 %1이(가) %3 제한을 초과하는 %2바이트의 HTTP 응답을 받았습니다. |
Request context %1 received HTTP response of %2 bytes, which is over the %3 limit. |
0xB0000016 | 요청 컨텍스트 %1이(가) 요청을 다시 제출하는 중입니다. |
Request context %1 resubmitting the request. |
0xB0000017 | '%2' 서버에 대해 요청 핸들 %1을(를) 다시 사용하는 중입니다. |
Reusing the request handle %1 for server '%2'. |
0xB0000018 | 요청 컨텍스트 %1이(가) 중단되었습니다. |
Request context %1 was aborted. |
0xB0000019 | '%1' 진행률: %2 단계; %3 다시 시도; 보낸 바이트 수 %4; 보낼 총 바이트 수 %5; 받은 바이트 수 %6; 받을 총 바이트 수 %7. |
Progress to '%1': %2 stage; %3 retries; %4 bytes sent; %5 total bytes to send; %6 bytes received; %7 total bytes to receive. |
0xB000001A | '%1'에 대한 HTTP 요청을 완료했습니다. 오류 코드는 %2입니다. %3 |
HTTP request to '%1' completed. The error code is %2: %3 |
0xB000001B | %2의 비동기 작업 %1에서 HTTP 응답 '%3'을(를) 처리하지 못했습니다. 오류 코드는 %4입니다. %5 |
Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5 |
0xB000001C | %2의 비동기 작업 %1이(가) 시작되었습니다. |
Async operation %1 at %2 started. |
0xB000001D | %2의 비동기 작업 %1을(를) 시작하지 못했습니다. 오류 코드는 %3입니다. %4 |
Async operation %1 at %2 failed to start. The error code is %3: %4 |
0xB000001E | %2의 비동기 작업 %1을(를) 완료했습니다. |
Async operation %1 at %2 completed successfully. |
0xB000001F | %2의 비동기 작업 %1이(가) 실패했습니다(오류 코드 %3). %4 |
Async operation %1 at %2 failed with error code %3: %4 |
0xB0000020 | %2의 비동기 작업 %1이(가) 취소되었습니다. |
Async operation %1 at %2 was canceled. |
0xB0000021 | %2의 비동기 작업 %1을(를) 닫았습니다. |
Async operation %1 at %2 was closed. |
0xB0000022 | %2의 비동기 작업 %1이(가) 진행 대리자를 호출했습니다. |
Async operation %1 at %2 called progress delegate. |
0xB0000023 | 응답 상태가 %1인 CompleteDelivery 루프; 받기 작업이 대기 중인 %2. |
CompleteDelivery loop with %1 response state; %2 pending receive operations. |
0xB0000024 | CompleteDelivery를 시작합니다. |
CompleteDelivery enter. |
0xB0000025 | %1(으)로 CompleteDelivery를 종료합니다. %2 |
CompleteDelivery exit with %1: %2 |
0xB0000026 | 플러시를 시작합니다. |
Flush enter. |
0xB0000027 | %1(으)로 플러시를 종료합니다. %2 |
Flush exit with %1: %2 |
0xB0000028 | 대기 중인 받기 작업을 %1(으)로 감소시킵니다. |
Decrement pending receive operations to %1. |
0xB0000029 | 대기 중인 받기 작업을 %1(으)로 증가시킵니다. |
Increment pending receive operations to %1. |
0xB000002A | 응답 상태를 %1(으)로 설정합니다. |
Set response state to %1. |
0xB000002B | %1 핸들: HTTP/2를 사용합니다. |
Handle %1: HTTP/2 enabled. |
0xB000002C | %2의 비동기 작업 %1에서 서버 사용자 지정 유효성 검사를 시작했습니다. |
Async operation %1 at %2 started server custom validation. |
0xB000002D | %2의 비동기 작업 %1에서 서버 사용자 지정 유효성 검사가 완료될 때까지 대기 중입니다. |
Async operation %1 at %2 waiting for completion of server custom validation. |
0xB000002E | %2의 비동기 작업 %1에서 서버 사용자 지정 유효성 검사를 실패했습니다. |
Async operation %1 at %2 failed server custom validation. |
0xB000002F | %2의 비동기 작업 %1에서 서버 사용자 지정 유효성 검사를 완료했습니다. |
Async operation %1 at %2 successfully completed server custom validation. |
0xB0000030 | 부모 창 핸들을 확인할 수 없으므로 대화 상자를 표시할 수 없습니다. |
A dialog cannot be displayed because the parent window handle cannot be determined. |
0xD0000001 | BufferAllOperation |
BufferAllOperation |
0xD0000002 | BufferResponseOperation |
BufferResponseOperation |
0xD0000003 | MultipartBufferAllOperation |
MultipartBufferAllOperation |
0xD0000004 | MultipartWriteToStreamOperation |
MultipartWriteToStreamOperation |
0xD0000005 | ReadAsBufferOperation |
ReadAsBufferOperation |
0xD0000006 | ReadAsStreamOperation |
ReadAsStreamOperation |
0xD0000007 | ReadAsStringOperation |
ReadAsStringOperation |
0xD0000008 | SendRequestOperation |
SendRequestOperation |
0xD0000009 | WriteToStreamOperation |
WriteToStreamOperation |
0xD000000A | None |
None |
0xD000000B | DetectingProxy |
DetectingProxy |
0xD000000C | ResolvingName |
ResolvingName |
0xD000000D | ConnectingToServer |
ConnectingToServer |
0xD000000E | NegotiatingSsl |
NegotiatingSsl |
0xD000000F | SendingHeaders |
SendingHeaders |
0xD0000010 | SendingContent |
SendingContent |
0xD0000011 | WaitingForResponse |
WaitingForResponse |
0xD0000012 | ReceivingHeaders |
ReceivingHeaders |
0xD0000013 | ReceivingContent |
ReceivingContent |
0xD0000014 | IncompleteAndReceiving |
IncompleteAndReceiving |
0xD0000015 | IncompleteAndPending |
IncompleteAndPending |
0xD0000016 | 완료 |
Complete |