Previous in Contents Next in Contents

ProxyUsageSetting Property

This read-only property returns the proxy server configuration.

Syntax

IBuildServer.ProxyUsageSetting

Remarks

Search returns one of the following values for ProxyUsageSetting:

0

Uses the default system proxy server.

1

Does not use a proxy server.

2

Uses the proxy server specified by the ProxyAddress property.

This property is set by the first argument to the SetProxySettings method.

Example

See Accessing an IBuildServer Interface Object.

See Also

SetProxySettings


© 1997-2000 Microsoft Corporation. All rights reserved.