Shunde.NET Framework Class Library

WebUtils.GetResponse Method 

Makes a request to a Uri, and returns the Response

public static HttpWebResponse GetResponse(
   Uri target,
   String postValue,
   NetworkCredential networkCredentials
);

Parameters

Uri
String
NetworkCredential

Return Value

The output of the requested Uri

See Also

WebUtils Class | Shunde.Utilities Namespace