mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
- "have be" > have to be Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
128 lines
4.8 KiB
Markdown
128 lines
4.8 KiB
Markdown
---
|
|
title: PROXY CSP
|
|
description: Learn how the PROXY configuration service provider (CSP) is used to configure proxy connections.
|
|
ms.assetid: 9904d44c-4a1e-4ae7-a6c7-5dba06cb16ce
|
|
ms.reviewer:
|
|
manager: dansimp
|
|
ms.author: dansimp
|
|
ms.topic: article
|
|
ms.prod: w10
|
|
ms.technology: windows
|
|
author: manikadhiman
|
|
ms.date: 06/26/2017
|
|
---
|
|
|
|
# PROXY CSP
|
|
|
|
|
|
The PROXY configuration service provider is used to configure proxy connections.
|
|
|
|
> [!NOTE]
|
|
> Use [CM\_ProxyEntries CSP](cm-proxyentries-csp.md) instead of PROXY CSP, which will be deprecated in a future release.
|
|
|
|
This configuration service provider requires the ID\_CAP\_CSP\_FOUNDATION and ID\_CAP\_NETWORKING\_ADMIN capabilities to be accessed from a network configuration application.
|
|
|
|
For the PROXY CSP, you cannot use the Replace command unless the node already exists.
|
|
|
|
The following shows the PROXY configuration service provider management object in tree format as used by OMA DM. The OMA Client Provisioning protocol is not supported by this configuration service provider.
|
|
|
|
```
|
|
./Vendor/MSFT/Proxy
|
|
----*
|
|
--------ProxyId
|
|
--------Name
|
|
--------AddrType
|
|
--------Addr
|
|
--------AddrFQDN
|
|
--------ConRefs
|
|
------------*
|
|
----------------ConRef
|
|
--------Domains
|
|
------------*
|
|
----------------DomainName
|
|
--------Ports
|
|
------------*
|
|
----------------PortNbr
|
|
----------------Services
|
|
--------------------*
|
|
------------------------ServiceName
|
|
--------ProxyType
|
|
--------ProxyParams
|
|
------------WAP
|
|
----------------Trust
|
|
----------------PushEnabled
|
|
--------Ext
|
|
------------Microsoft
|
|
----------------Guid
|
|
```
|
|
|
|
<a href="" id="--vendor-msft-proxy"></a>**./Vendor/MSFT/Proxy**
|
|
Root node for the proxy connection.
|
|
|
|
<a href="" id="proxyname"></a>***ProxyName***
|
|
Defines the name of a proxy connection.
|
|
|
|
It is recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two proxy connections, use "PROXY0" and "PROXY1" as the element names. Any unique name can be used if desired (such as "GPRS-NAP"), but no spaces may appear in the name (use %20 instead).
|
|
|
|
The addition, update, and deletion of this sub-tree of nodes have to be specified in a single atomic transaction.
|
|
|
|
<a href="" id="proxyname-proxyid"></a>***ProxyName*/PROXYID**
|
|
Specifies the unique identifier of the proxy connection.
|
|
|
|
<a href="" id="proxyname-name"></a>***ProxyName*/NAME**
|
|
Specifies the user-friendly name of the proxy connection.
|
|
|
|
<a href="" id="proxyname-addr"></a>***ProxyName*/ADDR**
|
|
Specifies the address of the proxy server.
|
|
|
|
This value may be the network name of the server, or any other string (such as an IP address) used to uniquely identify the proxy connection.
|
|
|
|
<a href="" id="proxyname-addrtype"></a>***ProxyName*/ADDRTYPE**
|
|
Specifies the type of address used to identify the proxy server.
|
|
|
|
The valid values are IPV4, IPV6, E164, ALPHA.
|
|
|
|
<a href="" id="proxyname-proxytype"></a>***ProxyName*/PROXYTYPE**
|
|
Specifies the type of proxy connection.
|
|
|
|
Depending on the ProxyID, the valid values are ISA, WAP, SOCKS, or NULL.
|
|
|
|
<a href="" id="proxyname-ports"></a>***ProxyName*/Ports**
|
|
Node for port information.
|
|
|
|
<a href="" id="proxyname-ports-portname"></a>***ProxyName*/Ports/_PortName_**
|
|
Defines the name of a port.
|
|
|
|
It is recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two ports, use "PORT0" and "PORT1" as the element names.
|
|
|
|
<a href="" id="proxyname-ports-portname-portnbr"></a>***ProxyName*/Ports/*PortName*/PortNbr**
|
|
Specifies the port number to be associated with the parent port.
|
|
|
|
<a href="" id="proxyname-ports-portname-services"></a>***ProxyName*/Ports/*PortName*/Services**
|
|
Node for services information.
|
|
|
|
<a href="" id="proxyname-ports-services-servicename"></a>***ProxyName*/Ports/Services/_ServiceName_**
|
|
Defines the name of a service.
|
|
|
|
It is recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two services, use "SERVICE0" and "SERVICE1" as the element names.
|
|
|
|
<a href="" id="proxyname-ports-services-servicename-servicename"></a>***ProxyName*/Ports/Services/*ServiceName*/ServiceName**
|
|
Specifies the protocol to be associated with the parent port.
|
|
|
|
One commonly used value is "HTTP".
|
|
|
|
<a href="" id="proxyname-conrefs"></a>***ProxyName*/ConRefs**
|
|
Node for connection reference information
|
|
|
|
<a href="" id="proxyname-conrefs-conrefname"></a>***ProxyName*/ConRefs/_ConRefName_**
|
|
Defines the name of a connection reference.
|
|
|
|
It is recommended that this element name is specified as a numbered node beginning at zero. For example, to provision two connection references, use "CONREF0" and "CONREF1" as the element names.
|
|
|
|
<a href="" id="proxyname-conrefs-conrefname-conref"></a>***ProxyName*/ConRefs/*ConRefName*/ConRef**
|
|
Specifies one single connectivity object associated with the proxy connection.
|
|
|
|
## Related topics
|
|
|
|
[Configuration service provider reference](configuration-service-provider-reference.md)
|