HttpMethod.op_Explicit

HttpMethod Explicit operator

Performs an explicit conversion from String to HttpMethod.

public static explicit operator HttpMethod(string name)
ParameterTypeDescription
nameStringThe http-method name.

Return Value

The result of the conversion.

See Also