 | WikiRequestMessageGetHttpMethod Method |
This is preliminary documentation and is subject to change.
Gets the HTTP method used to send the request.
Namespace: WikiClientLibrary.ClientAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic abstract HttpMethod GetHttpMethod()
Public MustOverride Function GetHttpMethod As HttpMethod
Dim instance As WikiRequestMessage
Dim returnValue As HttpMethod
returnValue = instance.GetHttpMethod()
public:
virtual HttpMethod^ GetHttpMethod() abstract
abstract GetHttpMethod : unit -> HttpMethod
Return Value
HttpMethod
See Also