HttpVersionIds.opBinaryRight

Obtains the HTTP version enumerator value by identifier string.

struct HttpVersionIds
static
opBinaryRight
(
string op : "in"
)

Parameters

id cstring

HTTP version identifier string

Return Value

Pointer to the HTTP version enumerator value corresponding to identifier string or null if the name identifier does not match any known HTTP version identifier string.

Meta