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

FSPs only accept HTTP traffic over port 80. Setting this to true overrides any checks to prevent native mode FSP communication

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

See Also