C# Class Node.net.Modules.NetModule

Inheritance: HostModule
Mostrar archivo Open project: WindowsTermKit/TermKit

Public Methods

Method Description
NetModule ( IronJS env ) : System

The public constructor for the 'net' module.

Method Details

NetModule() public method

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