Click or drag to resize

IProxy Interface

The service that allows modifying the proxy configuration for the current engine.

Namespace:  DotNetBrowser.Net.Proxy
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IProxy : IAutoDisposable

The IProxy type exposes the following members.

Properties
  NameDescription
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyProfile
Gets the IProfile instance associated with this object.
Public propertySettings
Gets or sets the current proxy settings.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also