PipeStream.IsConnected Property
.NET Framework (current version)
Gets or sets a value indicating whether a PipeStream object is connected.
Assembly: System.Core (in System.Core.dll)
The IsConnected property returns true only if the PipeStream object is connected. If this property returns false, the pipe may be waiting to connect, or may be disconnected, closed, or broken.
.NET Framework
Available since 3.5
Available since 3.5
Show: