Microsoft Chat Server SDK Reference

ServerTCPPort Property

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

Syntax

Port = ChatService.ServerTCPPort
ChatService.ServerTCPPort = Port

Parameters

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

Remarks

By default, the value of this property is 6665.


© 1998 Microsoft Corporation. All rights reserved.