Class ShellUtils
West Wind Web Toolkit for ASP.NET
 Class ShellUtils
System.Object
  Westwind.Utilities.ShellUtils
public static class ShellUtils : object

Class Members

MemberDescription
GoUrl Uses the Shell Extensions to launch a program based or URL moniker.
public static int GoUrl(string url);
HttpGet Simple method to retrieve HTTP content from the Web quickly
public static string HttpGet(string url,
    ref string errorMessage);
HttpGetBytes Retrieves a buffer of binary data from a URL using a plain HTTP Get.
public static Byte[] HttpGetBytes(string url,
    ref string errorMessage);
ShowHtml
public static int ShowHtml(string HtmlString);
ShowString Displays an HTML string in a browser window
public static int ShowString(string HtmlString,
    string extension);
ShowText Displays a large Text string as a text file.
public static int ShowText(string TextString);

Requirements

Namespace: Westwind.Utilities
Assembly: westwind.utilities.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic