Windows.Web.Http.dll.mui Windows.Web.Http DLL 3263e33b1cc7909395d5b0f2ac3ff6ba

File info

File name: Windows.Web.Http.dll.mui
Size: 10240 byte
MD5: 3263e33b1cc7909395d5b0f2ac3ff6ba
SHA1: 65e5377c051eaec43549fa5399a9c190174a61de
SHA256: efcc8536ddb6ba35480cea00978e17d496d58f41f82b1bc587645f77601ecc10
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Japanese language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Japanese English
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.
10003HTTP ヘッダーが無効です。 Invalid HTTP headers.
10004HTTP 応答の状態が無効です。 Invalid HTTP response status.
10005'%1': 指定された値は無視可能な ChainValidationResult 値ではありません。 '%1': Provided value is not an ignorable ChainValidationResult value.
31000このインスタンスは既に 1 つ以上の要求を開始しています。プロパティを変更できるのは、最初の要求を送信する前だけです。 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.
31008ControlChannelTrigger が有効な HttpRequestMessage を送信するには、HttpBaseProtocolFilter のみを使用するフィルター パイプラインが必要です。 Sending an HttpRequestMessage that is ControlChannelTrigger enabled requires a filter pipeline that uses only HttpBaseProtocolFilter.
31009HttpMultipartContent には少なくとも 1 つの部分が必要です。 HttpMultipartContent requires there to be at least one part.
31010HttpMultipartContent は、バッファーされた後に変更することができません。 Cannot modify HttpMultipartContent after it has already been buffered.
31011Content-Length が UINT32_MAX より大きくなっています。代わりに 'Transfer-Encoding: chunked' を使用してください。 Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead.
31012IHttpContent ストリームに複数回書き込む必要がありましたが、複数回読み取ることはできませんでした。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
0x70000001HTTP 非同期 I/O Http Async I/O
0x70000002HTTP 操作 Http Operation
0x70000003Http Cct Http Cct
0x90000001Microsoft-Windows-Runtime-Web-Http Microsoft-Windows-Runtime-Web-Http
0xB0000001URI '%1' を解析できませんでした。 Failed to parse URI '%1'.
0xB0000002ベース URI '%1' および相対 URI '%2' で URI を作成できませんでした。 Failed to create URI with base URI '%1' and relative URI '%2'.
0xB0000003HTTP ヘッダー '%1: %2' を追加します。 Add HTTP header '%1: %2'.
0xB0000004'%1' の資格情報で '%2' への接続を開始します。 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'.
0xB000000AHTTP 送受信のタイムアウトを要求ハンドル %1 で %2 ミリ秒に設定します。 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%2 バイトを要求ハンドル %1 に書き込んでいます。 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状態コード %2 および状態の説明 '%3' の要求ハンドル %1 から 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.
0xB0000024CompleteDelivery が開始します。 CompleteDelivery enter.
0xB0000025CompleteDelivery が %1 で終了します: %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.
0xD0000001BufferAllOperation BufferAllOperation
0xD0000002BufferResponseOperation BufferResponseOperation
0xD0000003MultipartBufferAllOperation MultipartBufferAllOperation
0xD0000004MultipartWriteToStreamOperation MultipartWriteToStreamOperation
0xD0000005ReadAsBufferOperation ReadAsBufferOperation
0xD0000006ReadAsStreamOperation ReadAsStreamOperation
0xD0000007ReadAsStringOperation ReadAsStringOperation
0xD0000008SendRequestOperation SendRequestOperation
0xD0000009WriteToStreamOperation WriteToStreamOperation
0xD000000ANone None
0xD000000BDetectingProxy DetectingProxy
0xD000000CResolvingName ResolvingName
0xD000000DConnectingToServer ConnectingToServer
0xD000000ENegotiatingSsl NegotiatingSsl
0xD000000FSendingHeaders SendingHeaders
0xD0000010SendingContent SendingContent
0xD0000011WaitingForResponse WaitingForResponse
0xD0000012ReceivingHeaders ReceivingHeaders
0xD0000013ReceivingContent ReceivingContent
0xD0000014IncompleteAndReceiving IncompleteAndReceiving
0xD0000015IncompleteAndPending IncompleteAndPending
0xD0000016完了 Complete

EXIF

File Name:Windows.Web.Http.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-web-http.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_5dd1b08099486f2a\
File Size:10 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:9728
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Japanese
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Windows.Web.Http DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:Windows.Web.Http DLL
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:Windows.Web.Http.dll.MUI
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-web-http.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_68265ad2cda93125\

What is Windows.Web.Http.dll.mui?

Windows.Web.Http.dll.mui is Multilingual User Interface resource file that contain Japanese language for file Windows.Web.Http.dll (Windows.Web.Http DLL).

File version info

File Description:Windows.Web.Http DLL
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:Windows.Web.Http DLL
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:Windows.Web.Http.dll.MUI
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x411, 1200