Microsoft Chat Server SDK Reference

ClientTCPPort Property

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

Syntax

Port = ChatService.ClientTCPPort
ChatService.ClientTCPPort = Port

Parameters

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

Remarks

By default, the value of this property is 6667.

See Also

ClientAlternatePort


© 1998 Microsoft Corporation. All rights reserved.