Čaute, procházím si otázky na MS C# certifikát, a narazil jsem tam na tuhle pro mě matoucí otázku:
An application will upload data by using HTML form-based encoding. The application uses a method named SendMessage.
The SendMessage() method includes the following code. (Line numbers are included for reference only.)
The receiving URL accepts parameters as form-encoded values.
You need to send the values intA and intB as form-encoded values named a and b, respectively.
Which code segment should you insert at line 04?
Neměly by možnosti A, C, D vrátit stejný výsledek, tj. POST paket s tělem "a=intA&b=intB"? Podle výsledků je správná odpověď jen D...