Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.46 KB

getclientversion.md

File metadata and controls

64 lines (41 loc) · 1.46 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Gets the version of the WPAD processing engine.
f9e9a867-d491-4d46-bbd8-c0c3d8d5b3d6
getClientVersion function
reference
05/31/2018
APIRef
kbSyntax
dnsResolveEx
NA

getClientVersion function

Gets the version of the WPAD processing engine.

Parameters

IpAddressList

A semi-colon delimited string containing IP addresses.

Return value

A list of sorted semi-colon delimited IP addresses or an empty string if unable to sort the IP Address list.

Remarks

Currently this function returns version 1.0.

Microsoft added this function to allow IT administrators to update their WPAD scripts to use different versions of the WPAD processing engine without causing breaks to their existing deployment. For example, if Microsoft added a function to the 2.0 version of the WPAD engine, then administrators can check the version before attempting to call that function. This allows their script to work with client running versions 1.0 and 2.0 of the WPAD engine.

Examples

getClientVersion();
    returns the appropriate versions number of the WPAD engine.

See also

IPv6-Aware Proxy Helper API Definitions

IPv6 Extensions to Navigator Auto-Config File Format