Finds the Protocol object with the specified name.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- name
- Type: System String
The protocol name to look for.
Return Value
A Protocol object with the specified name.Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | No Protocol object with the specified name could be found. |
See Also