Microsoft Chat Server SDK Reference

ClientUDPPort Property

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

Syntax

Port = ChatService.ClientUDPPort
ChatService.ClientUDPPort = Port

Parameters

Port
A number representing the listen port for incoming client connections using User Datagram Protocol (UDP).

Remarks

By default, the value of this property is 0 (disabled).


© 1998 Microsoft Corporation. All rights reserved.