| WikiaQueryRequestMessageGetHttpQuery Method |
This is preliminary documentation and is subject to change.
Gets the URI query part for the endpoint invocation.
Namespace: WikiClientLibrary.WikiaAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public override string GetHttpQuery()
Public Overrides Function GetHttpQuery As String
Dim instance As WikiaQueryRequestMessage
Dim returnValue As String
returnValue = instance.GetHttpQuery()
public:
virtual String^ GetHttpQuery() override
abstract GetHttpQuery : unit -> string
override GetHttpQuery : unit -> string
Field Value
StringThe URI query part is the part of the request URI on the right-hand-side of
the first question mark(
?), or
null if no question mark or query is appended
to the endpoint URL.
Remarks Returning
Empty will cause a single question mark be appended to the
endpoint URL when sending the request.
See Also