Shunde.NET Framework Class Library

WebUtils.MakeWebRequest Method (Uri, String, NetworkCredential)

Makes a request to a Uri, and returns the output

public static string MakeWebRequest(
   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 | WebUtils.MakeWebRequest Overload List