Microsoft Chat Server SDK Reference

ClientAlternatePort Property

This property contains the alternate TCP port number used for client connections.

Syntax

Port = ChatService.ClientAlternatePort
ChatService.ClientAlternatePort = Port

Parameters

Port
A number representing the alternate listen port for incoming client connections using Transmission Control Protocol (TCP).

Remarks

By default, the value of this property is 7000.

The client application must support alternate port settings in order for a connection to be established on the alternate port.

See Also

ClientTCPPort


© 1998 Microsoft Corporation. All rights reserved.