Table of Contents

Method StartServer

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v9.dll

StartServer(IScriptRemoteControl, string, string)

Start remote server using specified parameters.

public static IChannel StartServer(IScriptRemoteControl scriptControl, string ipcPortName = null, string ipcObjectUri = null)

Parameters

scriptControl IScriptRemoteControl

Control to compile script and start debugger.

ipcPortName string

Name of IPC port.

ipcObjectUri string

URL of IPC port.

Returns

IChannel

IPC channel to transmit messages between server and client.