Click or drag to resize

WikiClientHelper Class

This is preliminary documentation and is subject to change.

Provides a set of opinionated but also useful methods for WikiClient instances.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.ClientWikiClientHelper

Namespace: WikiClientLibrary.Client
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class WikiClientHelper

The WikiClientHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBuildUserAgent(Assembly) Builds a valid User-Agent header value from the information inferred from the specified assembly, which can be used in ClientUserAgent.
Public methodStatic memberBuildUserAgent(String) Builds a valid User-Agent header value that can be used in ClientUserAgent.
Public methodStatic memberBuildUserAgent(Assembly, String) Builds a valid User-Agent header value from the information inferred from the specified assembly, which can be used in ClientUserAgent.
Public methodStatic memberBuildUserAgent(String, String) Builds a valid User-Agent header value that can be used in ClientUserAgent.
Public methodStatic memberBuildUserAgent(String, String, String) Builds a valid User-Agent header value that can be used in ClientUserAgent.
Top
Remarks
While you can still do well if you just implement your own equivalencies to this class, you are encouraged to open an issue on GitHub if there is any problems or feature requests.
See Also