Shunde.NET Framework Class Library

WebUtils.MakeWebRequest Method (Uri, String)

Makes a request to a Uri, and returns the output

public static string MakeWebRequest(
   Uri target,
   String postValue
);

Parameters

Uri
String

Return Value

The output of the requested Uri

See Also

WebUtils Class | Shunde.Utilities Namespace | WebUtils.MakeWebRequest Overload List