IP*Works! IPC - Online Help
Available for:
IP*Works! IPC
Questions / Feedback?

Connect Method

Connects to a named pipe.

Syntax

[VB.NET]
Public Sub Connect()
[C#]
public void 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) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0