[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets/sets if proxy traversal by the sender is allowed. Default is false.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Http
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
AllowProxyTraversal { 
get; 
set; }
Public 
Shared 
Property 
AllowProxyTraversal 
As 
Boolean
	
Get
	
Set
public:
static 
property 
bool 
AllowProxyTraversal {
	
bool 
get ();
	
void 
set (
bool 
value);
}

Field Value

If true, proxy traversal is allowed based on the executing user's proxy settings. If false, traffic will never go through a proxy.

See Also