Click or drag to resize

WikiClientHelperBuildUserAgent Method

This is preliminary documentation and is subject to change.

Overload List
 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
See Also