Click or drag to resize
IServer Interface
Defines implementation capable of processing web requests.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IServer

The IServer type exposes the following members.

Properties
  NameDescription
Public propertyScriptTimeout
Gets or sets the request time-out value in seconds.
Top
Methods
  NameDescription
Public methodMapPath
Returns the physical file path that corresponds to the specified virtual path on the Web server.
Public methodTransfer
Terminates execution of the current process and starts execution of a page or handler that is specified with a URL.
Public methodUrlPathEncode
URL-encodes the path section of a URL string.
Top
See Also