Windows.Web.Http.dll.mui Windows.Web.Http DLL 8e6ebebb669915b7d9d7b90a1bd0ee4a

File info

File name: Windows.Web.Http.dll.mui
Size: 13312 byte
MD5: 8e6ebebb669915b7d9d7b90a1bd0ee4a
SHA1: 03833725a99cc04c402a342230d04713ba948e36
SHA256: d7054020b0b319f93007066139c1845d75ea87704dff5cd09704485a968f17fc
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Turkish 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 Turkish English
10000'%1': Değer boş olmamalıdır. '%1': Value must not be empty.
10001'%1': Arabellekte istenen bayt sayısını bekletmek için yeterli yer yok. '%1': Buffer does not have enough space to hold the requested number of bytes.
10002'%1': Geçersiz karakterler bulundu. '%1': Invalid characters found.
10003Geçersiz HTTP üstbilgileri. Invalid HTTP headers.
10004Geçersiz HTTP yanıt durumu. Invalid HTTP response status.
10005'%1': Sağlanan değer, yok sayılabilir bir ChainValidationResult değeri değil. '%1': Provided value is not an ignorable ChainValidationResult value.
31000Bu örnek zaten bir veya birden çok istek başlattı. Özellikler ancak ilk istek gönderilmeden önce değiştirilebilir. This instance has already started one or more requests. Properties can only be modified before sending the first request.
31001İstek iletisi zaten gönderildi. Aynı istek iletisi birden çok kez gönderilemez. The request message was already sent. Cannot send the same request message multiple times.
31002Geçersiz bir istek URI'si sağlandı. An invalid request URI was provided.
31003Yanlış kullanılan üstbilgi adı. İstek üstbilgilerinin HttpRequestMessage, yanıt üstbilgilerinin HttpResponseMessage ve içerik üstbilgilerinin de HttpContent nesneleriyle kullanıldığından emin olun. Misused header name. Make sure request headers are used with HttpRequestMessage, response headers with HttpResponseMessage, and content headers with HttpContent objects.
31004Yanıt durum kodu başarı göstermiyor: %1!u! (%2!s!). Response status code does not indicate success: %1!u! (%2!s!).
31005Belirtilen sertifikada gerekli özel anahtar bilgisi eksik. The certificate specified is missing the required private key information.
31006'Transfer-Encoding: chunked' üstbilgisi içerik nesnesi olmadan kullanılamaz. 'Transfer-Encoding: chunked' header cannot be used with no content object.
31007'Content-Length' ve 'Transfer-Encoding: chunked' üstbilgileri aynı zamanda belirtilemez. Both 'Content-Length' and 'Transfer-Encoding: chunked' headers can not be specified at the same time.
31008ControlChannelTrigger etkin bir HttpRequestMessage göndermek için yalnızca HttpBaseProtocolFilter kullanan bir filtre ardışık düzeni gerekir. Sending an HttpRequestMessage that is ControlChannelTrigger enabled requires a filter pipeline that uses only HttpBaseProtocolFilter.
31009HttpMultipartContent, en bir parça olmasını gerektirir. HttpMultipartContent requires there to be at least one part.
31010Önceden arabelleğe kaydedildikten sonra HttpMultipartContent değiştirilemez. Cannot modify HttpMultipartContent after it has already been buffered.
31011Content-Length UINT32_MAX değerinden fazla. Onun yerine 'Transfer-Encoding: chunked' kullanın. Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead.
31012IHttpContent akışının birden fazla kez yazılması gerekti, ancak birden fazla kez okunamadı. Bu yöntemi çağırmadan önce BufferAllAsync çağırın veya bir IRandomAccessStream ile desteklenen bir IHttpContent kullanın. 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.
0x30000000Bilgi Info
0x50000002Hata Error
0x50000003Uyarı Warning
0x50000005Ayrıntılı Verbose
0x70000001Http Zaman Uyumsuz G/Ç Http Async I/O
0x70000002Http İşlemi Http Operation
0x70000003Http Cct Http Cct
0x90000001Microsoft-Windows-Runtime-Web-Http Microsoft-Windows-Runtime-Web-Http
0xB0000001'%1' URI'si ayrıştırılamadı. Failed to parse URI '%1'.
0xB0000002'%1' temel URI'si ve '%2' göreli URI'si ile URI oluşturulamadı. Failed to create URI with base URI '%1' and relative URI '%2'.
0xB0000003HTTP üstbilgisini ekleyin: '%1: %2'. Add HTTP header '%1: %2'.
0xB0000004'%1' bağlantısı '%2' kimlik bilgisiyle başlatıldı. Start to connect to '%1' with credential of '%2'.
0xB0000005'%1' bağlantısı varsayılan kimlik bilgisiyle başlatıldı. Start to connect to '%1' with default credential.
0xB0000006%2 bağlantı noktasında '%1' bağlantısı yapılamadı. Son hata: %3: %4 Failed to connect to '%1' at port %2. The last error is %3: %4
0xB0000007'%1' - '%2' isteği, %3 bayraklarıyla açılıyor. Opening request to '%1' to '%2' with flags %3.
0xB0000008'%1' isteği açılamadı. Son hata: %2: %3 Failed to open request to '%1'. The last error is %2: %3
0xB0000009%1 istek bağlamında %2 - '%3' istek tanıtıcısı var. Request context %1 has request handle %2 to '%3'.
0xB000000AHTTP gönderme ve alma zaman aşımını %1 istek tanıtıcısında %2 ms olarak ayarlayın. Set HTTP send and receive timeout to %2ms on request handle %1.
0xB000000B%2 içerik uzunluğuna sahip %1 istek tanıtıcısı gönderimi başlatıldı. Start to send to request handle %1 with content length %2.
0xB000000C%1 istek tanıtıcısı zaman uyumlu olarak tamamlandı. Request handle %1 completed synchronously.
0xB000000D%1 istek bağlamının zaman uyumsuz gönderimi tamamlandı. Request context %1 completed send asynchronously.
0xB000000E%1 istek tanıtıcısına %2 bayt yazılıyor. Writing %2 bytes to request handle %1.
0xB000000F%1 istek tanıtıcısına varlık gövdesi gönderilemedi. Son hata: %2: %3 Failed to send entity body to request handle %1. The last error is %2: %3
0xB0000010%1 istek tanıtıcısında HTTP isteği gönderildi: %2 Sent HTTP request at request handle %1: %2
0xB0000011%1 istek tanıtıcısından yanıt almaya başlandı. Start to receive response from request handle %1.
0xB0000012%1 istek tanıtıcısından, %2 durum kodu ve '%3' durum açıklaması ile HTTP yanıtı alındı. Received HTTP response from request handle %1 with status code %2 and status description '%3'.
0xB0000013%1 istek tanıtıcısından HTTP yanıtı alındı: %2 Receive HTTP response from request handle %1: %2
0xB0000014%1 istek tanıtıcısından HTTP yanıtı alınamadı. Son hata: %2: %3 Failed to receive HTTP response from request handle %1. The last error is %2: %3
0xB0000015%1 istek bağlamı %2 baytlık HTTP yanıtı aldı; bu uzunluk %3 sınırının üzerinde. Request context %1 received HTTP response of %2 bytes, which is over the %3 limit.
0xB0000016%1 istek bağlamı isteği yeniden gönderiyor. Request context %1 resubmitting the request.
0xB0000017'%2' sunucusu için %1 istek tanıtıcısı yeniden kullanılıyor. Reusing the request handle %1 for server '%2'.
0xB0000018%1 istek bağlamı durduruldu. Request context %1 was aborted.
0xB0000019'%1' ilerlemesi: %2 aşama; %3 yeniden deneme; %4 bayt gönderildi; %5 gönderilecek toplam bayt sayısı; %6 bayt alındı; %7 alınacak toplam bayt sayısı. 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 isteği tamamlandı. Hata kodu:%2: %3 HTTP request to '%1' completed. The error code is %2: %3
0xB000001B%2 konumundaki %1 zaman uyumsuz işlemi '%3' HTTP yanıtını işleyemedi. Hata kodu:%4: %5 Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5
0xB000001C%2 konumundaki %1 zaman uyumsuz işlemi başlatıldı. Async operation %1 at %2 started.
0xB000001D%2 konumundaki %1 zaman uyumsuz işlemi başlatılamadı. Hata kodu:%3: %4 Async operation %1 at %2 failed to start. The error code is %3: %4
0xB000001E%2 konumundaki %1 zaman uyumsuz işlemi başarılı bir şekilde tamamlandı. Async operation %1 at %2 completed successfully.
0xB000001FZamanuyumsuz %1 işlemi %2 öğesinde %3 hata koduyla başarısız oldu: %4 Async operation %1 at %2 failed with error code %3: %4
0xB0000020Zamanuyumsuz %1 işlemi %2 öğesinde iptal edildi. Async operation %1 at %2 was canceled.
0xB0000021%2 konumundaki %1 zaman uyumsuz işlemi kapatıldı. Async operation %1 at %2 was closed.
0xB0000022Zaman Uyumsuz %1 işlemi %2 öğesinde ilerleme temsilcisi çağırdı. Async operation %1 at %2 called progress delegate.
0xB0000023Yanıt durumu %1 olan CompleteDelivery döngüsü; %2 alma işlemlerini bekliyor. CompleteDelivery loop with %1 response state; %2 pending receive operations.
0xB0000024CompleteDelivery girişi. CompleteDelivery enter.
0xB0000025%1 ile CompleteDelivery çıkışı: %2 CompleteDelivery exit with %1: %2
0xB0000026Veri gönderim girişi. Flush enter.
0xB0000027%1 ile veri gönderim çıkışı: %2 Flush exit with %1: %2
0xB0000028%1 için eksiltme bekleyen alma işlemleri. Decrement pending receive operations to %1.
0xB0000029%1 için artırma bekleyen alma işlemleri. Increment pending receive operations to %1.
0xB000002AYanıt durumunu %1 olarak ayarlayın. Set response state to %1.
0xB000002BTanıtıcı %1: HTTP/2 etkin. Handle %1: HTTP/2 enabled.
0xB000002C%2 üzerindeki eş zamanlı olmayan işlem %1, sunucu özel doğrulamasını başlattı. Async operation %1 at %2 started server custom validation.
0xB000002D%2 üzerindeki eş zamanlı olmayan işlem %1, sunucu özel doğrulamasının tamamlanmasını bekliyor. Async operation %1 at %2 waiting for completion of server custom validation.
0xB000002E%2 üzerindeki eş zamanlı olmayan işlem %1, sunucu özel doğrulamasını tamamlayamadı. Async operation %1 at %2 failed server custom validation.
0xB000002F%2 üzerindeki eş zamanlı olmayan işlem %1, sunucu özel doğrulamasını başarıyla tamamladı. Async operation %1 at %2 successfully completed server custom validation.
0xB0000030Ana pencere tanıtıcısı belirlenemediğinden iletişim kutusu görüntülenemiyor. 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
0xD0000016Tam Complete

EXIF

File Name:Windows.Web.Http.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-web-http.resources_31bf3856ad364e35_10.0.15063.0_tr-tr_bd2ab4ba12ec77bd\
File Size:13 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:12800
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:Turkish
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. Tüm hakları saklıdır.
Original File Name:Windows.Web.Http.dll.MUI
Product Name:Microsoft® Windows® İşletim Sistemi
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-web-http.resources_31bf3856ad364e35_10.0.15063.0_tr-tr_c77f5f0c474d39b8\

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

Windows.Web.Http.dll.mui is Multilingual User Interface resource file that contain Turkish 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. Tüm hakları saklıdır.
Original Filename:Windows.Web.Http.dll.MUI
Product Name:Microsoft® Windows® İşletim Sistemi
Product Version:10.0.15063.0
Translation:0x41F, 1200