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 Code |
---|---|
public class HttpServer |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class HttpServer |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
AddUrlBase |
Adds an URL base.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRelativePath |
Gets the relative path of an Url
|
|
GetType | (Inherited from Object.) | |
GetUrlBase |
Gets the URL base for the Url.
|
|
Start |
Starts the Web Server
|
|
Stop |
Shut down the Web Service
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ProcessRequest |
Overridable method that can be used to implement a custom hnandler
|
|
WebRequestCallback |
Callback for the Web Request.
|
See Also
Smartsite.Web Namespace