Sets HTTP method (GET or POST).

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IOAuth HttpMethod(
	HttpMethod httpMethod
)
Visual Basic
Function HttpMethod ( _
	httpMethod As HttpMethod _
) As IOAuth
Visual C++
IOAuth^ HttpMethod(
	HttpMethod httpMethod
)

Parameters

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

Return Value

This OAuth object.

See Also