Click or drag to resize

Server Class

The Dynamicweb.Context.Web.Server class wraps a HttpContext Server object and acts as a proxy providing methods that are used when web requests are being processed
Inheritance Hierarchy
SystemObject
  Dynamicweb.Environment.WebServer

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public class Server : IServer

The Server type exposes the following members.

Constructors
  NameDescription
Public methodServer
Initializes a new istance of the Dynamicweb.Environment.Web.Server class that wraps an instance of the HttpContextBase class
Top
Methods
  NameDescription
Public methodMapPath
Returns the physical file path that corresponds to the specified virtual path on the Web Server
Public methodUrlEncode
URL-encodes a string and returns the encoded string
Top
See Also