QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

LocalPort Property

The TCP port in the local host where the component listens.

Syntax

[VB.NET]
Public Property LocalPort As Integer

[C#]
public int LocalPort {get; set;}

Remarks

The LocalPort property must be set before QBConnector starts listening. If its value is 0, then the TCP/IP subsystem picks a port number at random. The port number can be found by checking the value of the LocalPort property after Listening is set to True.

The service port is not shared among servers (i.e. there can be only one QBConnector 'listening' on a particular port at one time).

The default value for LocalPort is 2080.

Default Value

2080

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