| Visual Basic (Declaration) | |
|---|---|
Public Sub HostHttp( _ ByVal port As Integer, _ ByVal rootFolder As String, _ ByVal allowRemote As Boolean, _ ByVal startBrowser As Boolean _ ) | |
| C# | |
|---|---|
public void HostHttp( int port, string rootFolder, bool allowRemote, bool startBrowser ) | |
Parameters
- port
- rootFolder
- allowRemote
- startBrowser
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
CommandInterpreter ClassCommandInterpreter Members