Wiki | 
This is preliminary documentation and is subject to change.
The WikiResponseMessageParserT type exposes the following members.
| Name | Description | |
|---|---|---|
| WikiResponseMessageParserT | Initializes a new instance of the WikiResponseMessageParserT class | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| ParseResponseAsync | Parses the specified HTTP response message. | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
| Name | Description | |
|---|---|---|
| IWikiResponseMessageParserTParseResponseAsync | Parses the specified HTTP response message. | 
It's suggested you start from derive from this class to implement IWikiResponseMessageParserT.
For the role this interface plays in invoking wiki API, see InvokeAsyncT(String, WikiRequestMessage, IWikiResponseMessageParserT, CancellationToken).