Windows apps
Collapse the table of content
Expand the table of content
Information
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::IsAsync Property

 

Gets a value indicating whether a PipeStream object was opened asynchronously or synchronously.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

public:
property bool IsAsync {
	bool get();
}

Property Value

Type: System::Boolean

true if the PipeStream object was opened asynchronously; otherwise, false.

This property enables your code to use the SafePipeHandle property correctly.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft