| 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
)
Function HttpMethod (
httpMethod As HttpMethod
) As IOAuth
IOAuth^ HttpMethod(
HttpMethod httpMethod
)
abstract HttpMethod :
httpMethod : HttpMethod -> IOAuth
Parameters
- httpMethod
- Type: Limilabs.Client.AuthenticationHttpMethod
HTTP method (GET or POST).
Return Value
Type:
IOAuthThis OAuth object.
See Also