10000 | '%1': o valor não deve ficar vazio. |
'%1': Value must not be empty. |
10001 | '%1': o buffer não tem espaço suficiente para armazenar o número de bytes solicitado. |
'%1': Buffer does not have enough space to hold the requested number of bytes. |
10002 | '%1': caracteres inválidos encontrados. |
'%1': Invalid characters found. |
10003 | Cabeçalhos HTTP inválidos. |
Invalid HTTP headers. |
10004 | Status de resposta HTTP inválido. |
Invalid HTTP response status. |
10005 | '%1': o valor fornecido não é um valor ChainValidationResult ignorável. |
'%1': Provided value is not an ignorable ChainValidationResult value. |
31000 | Esta instância já iniciou uma ou mais solicitações. As propriedades só podem ser modificadas antes de enviar a primeira solicitação. |
This instance has already started one or more requests. Properties can only be modified before sending the first request. |
31001 | A mensagem de solicitação já foi enviada. Não é possível enviar a mesma mensagem de solicitação várias vezes. |
The request message was already sent. Cannot send the same request message multiple times. |
31002 | URI de solicitação inválida fornecido. |
An invalid request URI was provided. |
31003 | Nome de cabeçalho usado incorretamente. Verifique se os cabeçalhos de solicitação são usados com HttpRequestMessage, cabeçalhos de resposta com HttpResponseMessage e cabeçalhos de conteúdo com objetos HttpContent. |
Misused header name. Make sure request headers are used with HttpRequestMessage, response headers with HttpResponseMessage, and content headers with HttpContent objects. |
31004 | O código de status da resposta não indica êxito: %1!u! (%2!s!). |
Response status code does not indicate success: %1!u! (%2!s!). |
31005 | O certificado especificado não contém as informações de chave privada necessárias. |
The certificate specified is missing the required private key information. |
31006 | O cabeçalho 'Transfer-Encoding: chunked' não pode ser usado sem um objeto content |
'Transfer-Encoding: chunked' header cannot be used with no content object. |
31007 | Os cabeçalhos 'Content-Length' e 'Transfer-Encoding: chunked' não podem ser especificados ao mesmo tempo. |
Both 'Content-Length' and 'Transfer-Encoding: chunked' headers can not be specified at the same time. |
31008 | O envio de uma HttpRequestMessage habilitada por ControlChannelTrigger exige um pipeline de filtro que usa apenas HttpBaseProtocolFilter. |
Sending an HttpRequestMessage that is ControlChannelTrigger enabled requires a filter pipeline that uses only HttpBaseProtocolFilter. |
31009 | HttpMultipartContent exige que haja pelo menos uma parte. |
HttpMultipartContent requires there to be at least one part. |
31010 | Não é possível modificar HttpMultipartContent depois de armazenado em buffer. |
Cannot modify HttpMultipartContent after it has already been buffered. |
31011 | Content-Length maior que UINT32_MAX. Use 'Transfer-Encoding: chunked'. |
Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead. |
31012 | Foi necessário gravar o fluxo IHttpContent várias vezes, mas ele não pôde ser lido várias vezes. Use um IHttpContent com o suporte de IRandomAccessStream ou chame BufferAllAsync antes de chamar esse método. |
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 | Informações |
Info |
0x50000002 | Erro |
Error |
0x50000003 | Aviso |
Warning |
0x50000005 | Modo Detalhado |
Verbose |
0x70000001 | E/S Http Assíncrona |
Http Async I/O |
0x70000002 | Operação Http |
Http Operation |
0x70000003 | Cct Http |
Http Cct |
0x90000001 | Microsoft-Windows-Runtime-Web-Http |
Microsoft-Windows-Runtime-Web-Http |
0xB0000001 | Falha ao analisar o URI '%1'. |
Failed to parse URI '%1'. |
0xB0000002 | Falha ao criar URI com o URI de base '%1' e o URI relativo '%2'. |
Failed to create URI with base URI '%1' and relative URI '%2'. |
0xB0000003 | Adicionar cabeçalho HTTP '%1: %2'. |
Add HTTP header '%1: %2'. |
0xB0000004 | Iniciar conexão a '%1' com credencial de '%2'. |
Start to connect to '%1' with credential of '%2'. |
0xB0000005 | Iniciar conexão a '%1' com credencial padrão. |
Start to connect to '%1' with default credential. |
0xB0000006 | Falha na conexão a '%1' na porta %2. O último erro é %3: %4 |
Failed to connect to '%1' at port %2. The last error is %3: %4 |
0xB0000007 | Abrindo solicitação para '%1' em '%2' com sinalizadores %3. |
Opening request to '%1' to '%2' with flags %3. |
0xB0000008 | Falha ao abrir solicitação para '%1'. O último erro é %2: %3 |
Failed to open request to '%1'. The last error is %2: %3 |
0xB0000009 | Contexto de solicitação %1 com identificador de solicitação %2 para '%3'. |
Request context %1 has request handle %2 to '%3'. |
0xB000000A | Definir tempo limite de envio e recepção HTTP como %2 ms no identificador de solicitação %1. |
Set HTTP send and receive timeout to %2ms on request handle %1. |
0xB000000B | Iniciar envio para identificador de solicitação %1 com comprimento de conteúdo %2. |
Start to send to request handle %1 with content length %2. |
0xB000000C | Identificador de solicitação %1 concluído de maneira síncrona. |
Request handle %1 completed synchronously. |
0xB000000D | Contexto de solicitação %1 concluiu envio de maneira assíncrona. |
Request context %1 completed send asynchronously. |
0xB000000E | Gravando %2 bytes no identificador de solicitação %1. |
Writing %2 bytes to request handle %1. |
0xB000000F | Falha ao enviar corpo de entidade para identificador de solicitação %1. O último erro é %2: %3 |
Failed to send entity body to request handle %1. The last error is %2: %3 |
0xB0000010 | Solicitação HTTP enviada no identificador de solicitação %1: %2 |
Sent HTTP request at request handle %1: %2 |
0xB0000011 | Iniciar recepção de resposta do identificador de solicitação %1. |
Start to receive response from request handle %1. |
0xB0000012 | Resposta HTTP recebida do identificador de solicitação %1 com código de status %2 e descrição de status '%3'. |
Received HTTP response from request handle %1 with status code %2 and status description '%3'. |
0xB0000013 | Resposta HTTP recebida do identificador de solicitação %1: %2 |
Receive HTTP response from request handle %1: %2 |
0xB0000014 | Falha ao receber resposta HTTP do identificador de solicitação %1. O último erro é %2: %3 |
Failed to receive HTTP response from request handle %1. The last error is %2: %3 |
0xB0000015 | Contexto de solicitação %1 recebeu resposta HTTP de %2 bytes, que está acima do limite %3. |
Request context %1 received HTTP response of %2 bytes, which is over the %3 limit. |
0xB0000016 | O contexto de solicitação %1 está enviando a solicitação novamente. |
Request context %1 resubmitting the request. |
0xB0000017 | Reutilizando o identificador de solicitação %1 para o servidor '%2'. |
Reusing the request handle %1 for server '%2'. |
0xB0000018 | Contexto de solicitação %1 anulado. |
Request context %1 was aborted. |
0xB0000019 | Andamento para '%1': %2 estágio; %3 repetições; %4 bytes enviados; %5 bytes totais para enviar; %6 bytes recebidos; %7 bytes totais para receber. |
Progress to '%1': %2 stage; %3 retries; %4 bytes sent; %5 total bytes to send; %6 bytes received; %7 total bytes to receive. |
0xB000001A | Solicitação HTTP para '%1' concluída. O código de erro é %2: %3 |
HTTP request to '%1' completed. The error code is %2: %3 |
0xB000001B | Operação assíncrona %1 em %2 não pôde processar resposta HTTP '%3'. Código de erro %4: %5 |
Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5 |
0xB000001C | Operação assíncrona %1 em %2 iniciada. |
Async operation %1 at %2 started. |
0xB000001D | Operação assíncrona %1 em %2 não pôde ser iniciada. Código de erro %3: %4 |
Async operation %1 at %2 failed to start. The error code is %3: %4 |
0xB000001E | Operação assíncrona %1 em %2 concluída com êxito. |
Async operation %1 at %2 completed successfully. |
0xB000001F | Operação assíncrona %1 em %2 falhou com código de erro %3: %4 |
Async operation %1 at %2 failed with error code %3: %4 |
0xB0000020 | Operação assíncrona %1 em %2 cancelada. |
Async operation %1 at %2 was canceled. |
0xB0000021 | Operação assíncrona %1 em %2 fechada. |
Async operation %1 at %2 was closed. |
0xB0000022 | Operação assíncrona %1 em %2 chamou representante de andamento. |
Async operation %1 at %2 called progress delegate. |
0xB0000023 | Loop de CompleteDelivery com estado de resposta %1; %2 operações de recepção pendentes. |
CompleteDelivery loop with %1 response state; %2 pending receive operations. |
0xB0000024 | Entrada de CompleteDelivery. |
CompleteDelivery enter. |
0xB0000025 | Saída de CompleteDelivery com %1: %2 |
CompleteDelivery exit with %1: %2 |
0xB0000026 | Entrada de liberação. |
Flush enter. |
0xB0000027 | Saída de liberação com %1: %2 |
Flush exit with %1: %2 |
0xB0000028 | Decrementar operações de recepção pendentes para %1. |
Decrement pending receive operations to %1. |
0xB0000029 | Incrementar operações de recepção pendentes para %1. |
Increment pending receive operations to %1. |
0xB000002A | Definir estado de resposta como %1. |
Set response state to %1. |
0xB000002B | Identificador %1: HTTP/2 habilitado. |
Handle %1: HTTP/2 enabled. |
0xB000002C | Operação assíncrona %1 em %2 iniciou validação personalizada de servidor. |
Async operation %1 at %2 started server custom validation. |
0xB000002D | Operação assíncrona %1 em %2 aguardando conclusão de validação personalizada de servidor. |
Async operation %1 at %2 waiting for completion of server custom validation. |
0xB000002E | Operação assíncrona %1 em %2 não pôde efetuar validação personalizada de servidor. |
Async operation %1 at %2 failed server custom validation. |
0xB000002F | Validação personalizada de servidor concluída com êxito em operação assíncrona %1 em %2. |
Async operation %1 at %2 successfully completed server custom validation. |
0xB0000030 | Uma caixa de diálogo não pode ser exibida porque o identificador de janela pai não pode ser determinado. |
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 | Concluído |
Complete |