methodMaskFromMethods

Computes a bitmask from a list of HTTP methods.

ushort
methodMaskFromMethods
(
HttpMethod[] methods
)

Parameters

methods HttpMethod[]

The methods to make a bitmask from.

Return Value

Type: ushort

A bitmask that matches all the given methods.