Table of Contents

Property WebRtcIpHandlingPolicy

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

WebRtcIpHandlingPolicy

Gets or sets the WebRTC IP handling policy for the browser.

WebRtcIpHandlingPolicy WebRtcIpHandlingPolicy { get; set; }

Property Value

WebRtcIpHandlingPolicy

The current WebRTC IP handling policy for the browser.

Remarks

Specifying the custom WebRTC IP handling policy can be used to protect against WebRTC leaks - the WebRTC itself will remain enabled.

Exceptions

ObjectDisposedException

The IBrowserSettings has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.