StateServerPort (Dundas Upload Control 2.0)

Dundas

StateServerPort (Dundas Upload Control 2.0)

Overview | Properties | Methods

Set this property to the port that the State Server is listening on when processing an upload which utilizes a progress bar window.

Syntax

UploadObject.StateServerPort = long

The StateServerPort property syntax has the following parts:

Part

Description

long

The port which the Dundas State Server is listening on. Defaults to 6723, which is also the default port that the State Server is set to.

Remarks

You must set this property before calling either the Save or SaveToMemory methods of the Upload control if: you want to utilize the StateServer and the UploadProgress component in order to display a progress bar and; the port that the State Server is listening on was changed from the default (which is also port 6723).

See Also: Tutorial 4: Implementing a Progress Bar | StateServer | ProgressID