IWiki |
This is preliminary documentation and is subject to change.
The IWikiResponseMessageParserT type exposes the following members.
Name | Description | |
---|---|---|
ParseResponseAsync | Parses the specified HTTP response message. |
It's suggested to derive your response message parser classes from WikiResponseMessageParserT, instead of implementing this interface directly.
For the role this interface plays in invoking wiki API, see InvokeAsyncT(String, WikiRequestMessage, IWikiResponseMessageParserT, CancellationToken).