The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: