NamedPipeClientStream Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the NamedPipeClientStream class with the specified pipe name.
Assembly: System.Core (in System.Core.dll)
Parameters
- pipeName
-
Type:
System::String^
The name of the pipe.
| Exception | Condition |
|---|---|
| ArgumentNullException | pipeName is null. |
| ArgumentException | pipeName is a zero-length string. |
| ArgumentOutOfRangeException | pipeName is set to "anonymous". |
This constructor uses the following default values:
A default server name of ".".
A default PipeDirection value of InOut.
A default PipeOptions value of None.
A default TokenImpersonationLevel value of None.
A default HandleInheritability value of None.
Demand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 3.5
Available since 3.5
Show: