PipesClient Constructors

Definition

Overloads

PipesClient(String, Int32)

Creates a new PipesClient instance

PipesClient(String, Int32, Int32)

Creates a new PipesClient instance

PipesClient(String, String, Int32)

Creates a new PipesClient instance

PipesClient(String, String, Int32, Int32)

Creates a new PipesClient instance

PipesClient(String, Int32)

Creates a new PipesClient instance

public PipesClient (string pipeName, int bufferSize = 8000);

Parameters

pipeName
System.String

The name of the pipe

bufferSize
System.Int32

The size of the buffers

PipesClient(String, Int32, Int32)

Creates a new PipesClient instance

public PipesClient (string pipeName, int connectionTimeout, int bufferSize = 8000);

Parameters

pipeName
System.String

The name of the pipe

connectionTimeout
System.Int32

The timeout for connection

bufferSize
System.Int32

The size of the buffers

PipesClient(String, String, Int32)

Creates a new PipesClient instance

public PipesClient (string server, string pipeName, int bufferSize = 8000);

Parameters

server
System.String

The server to connect to

pipeName
System.String

The name of the pipe

bufferSize
System.Int32

The size of the buffers

PipesClient(String, String, Int32, Int32)

Creates a new PipesClient instance

public PipesClient (string server, string pipeName, int connectionTimeout, int bufferSize = 8000);

Parameters

server
System.String

The server to connect to

pipeName
System.String

The name of the pipe

connectionTimeout
System.Int32

The timeout for connection

bufferSize
System.Int32

The size of the buffers