This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class HttpServer
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class HttpServer

The type exposes the following methods.

Public Methods

  Name Description
Public method AddUrlBase
Adds an URL base.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetRelativePath
Gets the relative path of an Url
Public method GetType (Inherited from Object.)
Public method GetUrlBase
Gets the URL base for the Url.
Public method Start
Starts the Web Server
Public method Stop
Shut down the Web Service
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessRequest
Overridable method that can be used to implement a custom hnandler
Protected method WebRequestCallback
Callback for the Web Request.

See Also

Advanced