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.26106.1555
Syntax
IOAuth HttpMethod(
	HttpMethod httpMethod
)

Parameters

httpMethod  HttpMethod
HTTP method (GET or POST).

Return Value

IOAuth
This OAuth object.
See Also