Shunde.NET Framework Class Library

WebUtils.MakeWebRequest Method (Uri, String, String, String, String)

Makes a request to a Uri, and returns the output

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

Parameters

Uri
String
String
String
String

Return Value

The output of the requested Uri

See Also

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