NamedPipeClient.IncomingConnected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the NamedPipeClient has an incoming pipe connection.
public bool IncomingConnected { get; }
member this.IncomingConnected : bool
Public ReadOnly Property IncomingConnected As Boolean
Property Value
A boolean value indicating whether or not this client is currently connected to an incoming pipe.