Click or drag to resize

IOAuthHttpMethod Method

Sets HTTP method (GET or POST).

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IOAuth HttpMethod(
	HttpMethod httpMethod
)

Parameters

httpMethod
Type: Limilabs.Client.AuthenticationHttpMethod
HTTP method (GET or POST).

Return Value

Type: IOAuth
This OAuth object.
See Also