WellKnownClientTypeEntry Constructors

Definition

Initializes a new instance of the WellKnownClientTypeEntry class.

Overloads

WellKnownClientTypeEntry(Type, String)

Initializes a new instance of the WellKnownClientTypeEntry class with the given type and URL.

WellKnownClientTypeEntry(String, String, String)

Initializes a new instance of the WellKnownClientTypeEntry class with the given type, assembly name, and URL.

WellKnownClientTypeEntry(Type, String)

Initializes a new instance of the WellKnownClientTypeEntry class with the given type and URL.

public WellKnownClientTypeEntry (Type type, string objectUrl);

Parameters

type
Type

The Type of the server-activated type.

objectUrl
String

The URL of the server-activated type.

Applies to

.NET Framework 4.8.1 и другие версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WellKnownClientTypeEntry(String, String, String)

Initializes a new instance of the WellKnownClientTypeEntry class with the given type, assembly name, and URL.

public WellKnownClientTypeEntry (string typeName, string assemblyName, string objectUrl);

Parameters

typeName
String

The type name of the server-activated type.

assemblyName
String

The assembly name of the server-activated type.

objectUrl
String

The URL of the server-activated type.

Applies to

.NET Framework 4.8.1 и другие версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1