1 write to Pipe
rzc (1)
ServerCommand.cs (1)
18
Pipe
= Option("-p|--pipe", "name of named pipe", CommandOptionType.SingleValue);
6 references to Pipe
rzc (6)
ServerCommand.cs (6)
28
Pipe
.Values.Add(pipeName);
43
if (string.IsNullOrEmpty(
Pipe
.Value()))
45
Pipe
.Values.Add(PipeName.ComputeDefault());
54
var serverMutexName = MutexName.GetServerMutexName(
Pipe
.Value());
102
var host = ConnectionHost.Create(
Pipe
.Value());
159
var content = $"{processId}{Environment.NewLine}rzc{Environment.NewLine}{rzcPath}{Environment.NewLine}{
Pipe
.Value()}";