![]() | IWiki |
This is preliminary documentation and is subject to change.
The IWikiResponseMessageParser<T> 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 WikiResponseMessageParser<T>, instead of implementing this interface directly.
For the role this interface plays in invoking wiki API, see InvokeAsync<T>(String, WikiRequestMessage, IWikiResponseMessageParser<T>, CancellationToken).