Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Waits for a client to connect to the named pipe.
Syntax
public boolean connect()
Run On
Called
Return Value
Type: boolean
true if the method succeeded; otherwise, false.
Remarks
If you do not want to block the current thread if it is waiting for a client to connect, avoid using PipeServer.connect, and instead poll using PipeServer.read.