Help debugging 10 lines of code!!

Imebatilisha Ilichapishwa Mar 4, 2004 Kulipwa wakati wa kujifungua
Imebatilisha Kulipwa wakati wa kujifungua

i need a function that makes a request to a page and can return the content as a string. I need this function to work on the page https://adwords.google.com. I have written the standard funtion below. It works for over a hundred different https urls i have tried, but i can not get it to work with this one site. I have been working on this problem for some time now and need a solution fast!!

Must use HttpWebRequest object and not msxml!

private string RequestPage(string url)

{

HttpWebRequest request;

HttpWebResponse response;

string responseText;

// Create request

request = (HttpWebRequest) [url removed, login to view](url);

// Add certificate

[url removed, login to view]([url removed, login to view](\\\"[url removed, login to view]\\\"))

// Get response

response = (HttpWebResponse) [url removed, login to view]();

// Read response stream

responseText = new StreamReader(

[url removed, login to view](),

[url removed, login to view]

).ReadToEnd();

[url removed, login to view]();

return responseText;

}

.NET

Kitambulisho cha Mradi: #305

Kuhusu mradi

3 mapendekezo Mradi wa mbali Ipo mtandaoni %project.latestActivity_relativeTime|badilisha%

3 wafanyakazi huru wanazabuni wastani wa $8 kwa kazi hii

ITMasters

I KNOW HOW TO SOLVE THIS!!! I have working solution. I can give you immediate answer after escrowing money. Sincerely, Serg

$15 USD kwa siku 0
(Maoni 0)
3.6
len5134

Concatenate single quotes around your string.

$5 USD kwa siku 0
(Maoni 0)
0.0