PipesHost Constructors

Definition

Overloads

PipesHost(String, Int32)

Creates a new PipesHost instance

PipesHost(String, ILogger, Int32)

Creates a new PipesHost instance

PipesHost(String, Int32)

Creates a new PipesHost instance

public PipesHost (string pipeName, int bufferSize);

Parameters

pipeName
System.String

The name of the pipe

bufferSize
System.Int32

The size of the buffers

PipesHost(String, ILogger, Int32)

Creates a new PipesHost instance

public PipesHost (string pipeName, VoltRpc.Logging.ILogger logger = default, int bufferSize = 8000);

Parameters

pipeName
System.String

The name of the pipe

logger
ILogger

The ILogger to use

bufferSize
System.Int32

The size of the buffers