Table of Contents

Class UserAgentBrandVersion.Builder

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

A builder class to construct UserAgentBrandVersion.

public class UserAgentBrandVersion.Builder
Inheritance
UserAgentBrandVersion.Builder
Inherited Members

Remarks

Each of the properties modifies the state of the builder. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.

Constructors

Builder()

Initializes a new instance of UserAgentBrandVersion.Builder.

Builder(UserAgentBrandVersion)

Initializes a new instance of UserAgentBrandVersion.Builder with an existing UserAgentBrandVersion instance.

Properties

Brand

Gets or sets the commercial name of the user agent or brand.

Version

Gets or sets the version of the brand.

Methods

Build()

Creates a UserAgentBrandVersion instance.