WebViewControlProcess.IsPrivateNetworkClientServerCapabilityEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a boolean value indicating whether the privateNetworkClientServer capability is enabled in this process.
public:
property bool IsPrivateNetworkClientServerCapabilityEnabled { bool get(); };
bool IsPrivateNetworkClientServerCapabilityEnabled();
public bool IsPrivateNetworkClientServerCapabilityEnabled { get; }
var boolean = webViewControlProcess.isPrivateNetworkClientServerCapabilityEnabled;
Public ReadOnly Property IsPrivateNetworkClientServerCapabilityEnabled As Boolean
Property Value
bool
A boolean value indicating whether the privateNetworkClientServer capability is enabled in this process.
Remarks
You can set this value when creating the WebViewControlProcess object and passing in a Windows.Web.UI.Interop.WebViewControlProcessOptions with the Windows.Web.UI.Interop.WebViewControlProcessOptions.PrivateNetworkClientServerCapability property set to true.