Connect Method

Connects to a named pipe.

Syntax

public void Connect();
Public Sub Connect()

Remarks

This method connects to a named pipe specified by PipeName. Calling this method is equivalent to setting the Connected property to True.

Example (Connecting)


PipeClient.PipeName = "MyPipe";
PipeClient.Connect();

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 .NET Edition - Version 20.0 [Build 8155]