Click or drag to resize

ResourceManagementClient Constructor (String, NetworkCredential)

Initializes a new instance of the ResourceManagementClient class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public ResourceManagementClient(
	string baseAddress,
	NetworkCredential credentials
)

Parameters

baseAddress
Type: SystemString
The full address of the Resource Management Service Endpoint
credentials
Type: System.NetNetworkCredential
The credentials to use to connect to the service
See Also