Robert_Zenz
Well-known member
Hello.
I have a problem with the System.Net.WebClient . I'm using it to send POST-Data to an php site and receving the site (which has changed 'cause of this data..whatever). This works fine...but the moment I add more than two headers (Weblcient.Headers.add()) it throws the following Exception (translated):
It throws this exception when I call UploadString...anybody an idea what this is?
Thanks in advance,
Bobby
I have a problem with the System.Net.WebClient . I'm using it to send POST-Data to an php site and receving the site (which has changed 'cause of this data..whatever). This works fine...but the moment I add more than two headers (Weblcient.Headers.add()) it throws the following Exception (translated):
VB.NET:
This header must be changed with the corresponding property. Parametername: name
It throws this exception when I call UploadString...anybody an idea what this is?
Thanks in advance,
Bobby