Gets the ConnectionType in use.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
public virtual ConnectionType GetConnectionType( bool secure )
Parameters
- secure
- Type: System Boolean
true to return the ConnectionType used for secure (HTTPS) connections, or false for unsecure (HTTP) connections.
Return Value
The ConnectionType in use.Remarks
![]() |
---|
It is possible to use different connection types for HTTP and HTTPS traffic; the secure parameter is used to distinguish between them. |
See Also