Microsoft Chat Server SDK Reference

IsIntranetMode Property

This property contains the flag indicating that the chat service is operating on an intranet.

Syntax

Flag = ChatService.IsIntranetMode
ChatService.IsIntranetMode = Flag

Parameters

Flag
True if the service is running in "intranet mode", False if not.

Remarks

"Intranet mode" indicates that the chat server is operating on a private network and can accept connections from chat clients whose IP address has not been validated. Because connections originating from clients on a private network are typically considered legitimate, the server does not need to validate the IP address of a client requesting a connection. Reverse DNS authentication should be disabled if intranet mode is selected.

See Also

ReverseDNSLookup


© 1998 Microsoft Corporation. All rights reserved.