Handle the HTTP prefix in the address line such as "www." and the scheme of "http" or "https" for SSL pages

Namespace:  MicroMighty.SDK.Web.HttpModules
Assembly:  MicroMighty.SDK.Web (in MicroMighty.SDK.Web.dll)

Syntax

Visual Basic (Declaration)
Public Class HTTPPrefixModule _
	Implements IHttpModule
C#
public class HTTPPrefixModule : IHttpModule
Visual C++
public ref class HTTPPrefixModule : IHttpModule
JavaScript
MicroMighty.SDK.Web.HttpModules.HTTPPrefixModule = function();

Type.createClass(
	'MicroMighty.SDK.Web.HttpModules.HTTPPrefixModule',
	null,
	IHttpModule);

Inheritance Hierarchy

System..::.Object
  MicroMighty.SDK.Web.HttpModules..::.HTTPPrefixModule

See Also