CRUIDService Constructor

Create a new CRUIDService

Definition

Namespace: CoreMX.NET.WebOperations
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
public CRUIDService(
	string baseUrl,
	string? bearerToken = null,
	Action<HttpClient>? configureClient = null
)

Parameters

baseUrl  String
The Base Url for the Service
bearerToken  String  (Optional)
The Bearer Token
configureClient  ActionHttpClient  (Optional)
Configure Client Method

See Also