PipesClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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
- String
The name of the pipe
- bufferSize
- Int32
The size of the buffers
Applies to
PipesClient(String, Int32, Int32)
Creates a new PipesClient instance
public PipesClient (string pipeName, int connectionTimeout, int bufferSize = 8000);
Parameters
- pipeName
- String
The name of the pipe
- connectionTimeout
- Int32
The timeout for connection
- bufferSize
- Int32
The size of the buffers
Applies to
PipesClient(String, String, Int32)
Creates a new PipesClient instance
public PipesClient (string server, string pipeName, int bufferSize = 8000);
Parameters
- server
- String
The server to connect to
- pipeName
- String
The name of the pipe
- bufferSize
- Int32
The size of the buffers
Applies to
PipesClient(String, String, Int32, Int32)
Creates a new PipesClient instance
public PipesClient (string server, string pipeName, int connectionTimeout, int bufferSize = 8000);
Parameters
- server
- String
The server to connect to
- pipeName
- String
The name of the pipe
- connectionTimeout
- Int32
The timeout for connection
- bufferSize
- Int32
The size of the buffers