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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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