ClientTarget Constructor (String, String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ClientTarget class.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

new : 
        alias:string *
        userAgent:string -> ClientTarget

Parameters

alias
Type: System.String

The name used to refer to a specific user agent.

userAgent
Type: System.String

The user agent's identification name.

.NET Framework
Available since 2.0
Return to top
Show: