PHP Curl übersetzung in C#

Hello, i need help translating PHP curl Request in c#:

$ch = curl_init($url);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, „POST“);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_COOKIE, $str_cookie);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
‚Content-Type: application/json‘,
‚x-http-method-override: GET‘,
$ID)
);

//Contains the JSON file returned from EA
$json_data = curl_exec($ch);
curl_close($ch);

can anyone help out?

sorry - can`t help…

I’m really sorry, but i’m not an expert in PHP and can’t help you.

good luck…

Hi

no, sorry!

Leider kann ich da nicht weiterhelfen.

Oh je, lieber FrageMann123,
ich habe keine Ahnung in C#, nur in C++.

I’m sorry but I do not work with C#.

Regards
Günther

Sorry, bin damit überfragt, da ich mich weder mit PHP noch mit curl auskenne.

Hello sorry,

i can not help you with PHP, C, Curl

Gruß Mike

schau dir das mal an:
http://blog.oopbase.de/curl-unter-c-net-verwenden/

Danke für die Antwort ich bin schon sehr viel weiter gekommen indem ich die CurlNetLib.dll verwendet habe… die ist seeehr ähnlich zu der in PHP.

schau dir das mal an:
http://blog.oopbase.de/curl-unter-c-net-verwenden/