Click or drag to resize

IBrowserSettingsWebRtcIpHandlingPolicy Property

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

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
WebRtcIpHandlingPolicy WebRtcIpHandlingPolicy { get; set; }

Property Value

Type: WebRtcIpHandlingPolicy
The current WebRTC IP handling policy for the browser.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
Remarks
Specifying the custom WebRTC IP handling policy can be used to protect against WebRTC leaks - the WebRTC itself will remain enabled.
See Also