 | IOAuthHttpMethod Method |
Sets HTTP method (GET or POST).
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIOAuth HttpMethod(
HttpMethod httpMethod
)
Function HttpMethod (
httpMethod As HttpMethod
) As IOAuth
IOAuth^ HttpMethod(
HttpMethod httpMethod
)
abstract HttpMethod :
httpMethod : HttpMethod -> IOAuth Parameters
- httpMethod HttpMethod
- HTTP method (GET or POST).
Return Value
IOAuthThis OAuth object.
See Also