Click or drag to resize

WikiClientHelperBuildUserAgent(String) Method

This is preliminary documentation and is subject to change.

Builds a valid User-Agent header value that can be used in ClientUserAgent.

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

Parameters

productName  String
Product name.

Return Value

String
A User-Agent header value string, in the form productName/productVersion (comment).
Exceptions
ExceptionCondition
ArgumentNullExceptionproductName is null.
See Also