C# Class Node.net.Modules.HttpsModule

Inheritance: HostModule
Datei anzeigen Open project: WindowsTermKit/TermKit

Public Methods

Method Description
HttpsModule ( IronJS env ) : System

The public constructor for the 'https' module.

Method Details

HttpsModule() public method

The public constructor for the 'https' module.
public HttpsModule ( IronJS env ) : System
env IronJS The JavaScript environment.
return System