WebViewControlProcess.IsPrivateNetworkClientServerCapabilityEnabled Property

Definition

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

Boolean

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.

Applies to