CSharpTest.Net
HostHttp Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Commands Namespace > CommandInterpreter Class : HostHttp Method

port
rootFolder
allowRemote
startBrowser

Glossary Item Box

Starts a HttpListener for hosting the commands available on this instance over http/REST

Syntax

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

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys