Overview

Web & Network Reference

Documentation for the web and networking capabilities of DWScript is split into two primary units:

System.Net Reference

The System.Net unit provides core networking and web transaction objects:

  • HttpQuery: Client-side outbound HTTP requests.
  • WebRequest / WebResponse: Inbound HTTP transaction handling.
  • Server-Sent Events: Real-time server-to-client updates.

System.WebServer Reference

The System.WebServer unit provides control over the server environment itself:

  • WebServer: Global server control and configuration.
  • URL Rewriting: Rules for transparent URL mapping.
  • Server Diagnostics: Compilation info and program status.
On this page