HttpMethod Find Method C# API
Converts a string into an HttpMethod.

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

public static HttpMethod Find(
	string name
)

Parameters

name
Type: System String
The text to convert.

Return Value

The matching HttpMethod.
Exceptions

See Also