Protocol Find Method C# API
Finds the Protocol object with the specified name.

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

public static Protocol Find(
	string name
)

Parameters

name
Type: System String
The protocol name to look for.

Return Value

A Protocol object with the specified name.
Exceptions

ExceptionCondition
Facilita.Exception NoSuchValueExceptionNo Protocol object with the specified name could be found.
See Also