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

Listening Property

If True, the component accepts incoming connections.

Syntax

[VB.NET]
Public Property Listening As Boolean

[C#]
public bool Listening {get; set;}

Remarks

Use this property to make the component 'listen' (accept connections) on the pipe specified by PipeName. Setting this property to False will make the component stop listening. Please note that this does not close any existing connections.

This property is not available at design time.

Default Value

False

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0