Method StartServer
StartServer(IScriptRemoteControl, string, string)
Start remote server using specified parameters.
public static IChannel StartServer(IScriptRemoteControl scriptControl, string ipcPortName = null, string ipcObjectUri = null)
Parameters
scriptControl
IScriptRemoteControlControl to compile script and start debugger.
ipcPortName
stringName of IPC port.
ipcObjectUri
stringURL of IPC port.
Returns
- IChannel
IPC channel to transmit messages between server and client.