WebBrowser AccessType Property C# API
Gets the dwAccessType parameter to be passed to InternetOpen() used by WinInet/WinHTTP.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int AccessType { get; }

Field Value

The dwAccessType parameter.
Exceptions

ExceptionCondition
NotSupportedExceptionEither the WinInet or WinHTTP handler is currently in use, for which this property is not supported.
Remarks

To set the dwAccessType parameter, call the SetAccess(Int32, String, String) method.
See Also