Click or drag to resize

DBConfigurationBaseAddProxy Method

Adds a proxy to the admin database.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int AddProxy(
	string allowedHost
)

Parameters

allowedHost
Type: SystemString
Allowed Host

Return Value

Type: Int32
Number of rows affected.

Implements

IDBConfigWriterAddProxy(String)
See Also