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
Syntaxpublic ResourceManagementClient(
string baseAddress,
NetworkCredential credentials
)
Public Sub New (
baseAddress As String,
credentials As NetworkCredential
)
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