Microsoft Chat Server SDK Reference

ServerUDPPort Property

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

Syntax

Port = ChatService.ServerUDPPort
ChatService.ServerUDPPort = Port

Parameters

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

Remarks

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


© 1998 Microsoft Corporation. All rights reserved.