Discussion:
12005 error in winhttp
(too old to reply)
selva
2006-11-14 06:59:09 UTC
Permalink
hi
currently iam working on winhttp
when iam trying to establish a connection with http server it's
returning error 12005
URL not found , but my IE is executing the same URL .
the winhttpopen method returning a valid sessionhandle

IntPtr
Winconnection=Win32Api.WinHttpConnect(WinHttpSession,"www.mygdc.com/winn/01Primary",0,0);

is the C# code i used.................

please help me regarding this issue

thanks in advance

regards
bharathi
gP T Gr8
2006-11-14 12:01:01 UTC
Permalink
try i.WinHttpConnect(WinHttpSession,"www.mygdc.com",0,0); and specify
the URL in OpenRequest...

-gP
Post by selva
hi
currently iam working on winhttp
when iam trying to establish a connection with http server it's
returning error 12005
URL not found , but my IE is executing the same URL .
the winhttpopen method returning a valid sessionhandle
IntPtr
Winconnection=Win32Api.WinHttpConnect(WinHttpSession,"www.mygdc.com/winn/01Primary",0,0);
is the C# code i used.................
please help me regarding this issue
thanks in advance
regards
bharathi
Continue reading on narkive:
Loading...