Table of Contents

Method StartServer

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v10.dll

StartServer(IScriptRemoteControl, string, string, Func<string, int, NamedPipeServerStream>)

Start remote server using specified parameters.

public static void StartServer(IScriptRemoteControl scriptControl, string ipcPortName = null, string ipcObjectUri = null, Func<string, int, NamedPipeServerStream> pipeOpening = null)

Parameters

scriptControl IScriptRemoteControl

Control to compile script and start debugger.

ipcPortName string

Name of IPC port.

ipcObjectUri string

URL of IPC port.

pipeOpening Func<string, int, NamedPipeServerStream>

Optional function that creates an open pipe