NamedPipeClient.OutgoingConnected 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 outgoing pipe connection.
public bool OutgoingConnected { get; }
member this.OutgoingConnected : bool
Public ReadOnly Property OutgoingConnected As Boolean
Property Value
A boolean value indicating whether or not this client is currently connected to an outgoing pipe.