IBrowserSettingsWebRtcIpHandlingPolicy Property |
Gets or sets the WebRTC IP handling policy for the browser.
Namespace:
DotNetBrowser.Browser
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax WebRtcIpHandlingPolicy WebRtcIpHandlingPolicy { get; set; }
Property Value
Type:
WebRtcIpHandlingPolicyThe current WebRTC IP handling policy for the browser.
Exceptions Remarks
Specifying the custom WebRTC IP handling policy can be used to protect against WebRTC leaks - the WebRTC itself
will remain enabled.
See Also