Click or drag to resize

HttpBasicClientFactory Constructor

Creates instance and initializes values of parameters if provided.

Namespace: Scanjour.Workflow4.Web.Services.Factories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public HttpBasicClientFactory(
	HttpMessageHandler handler = null,
	ICredentials credentials = null
)

Parameters

handler  HttpMessageHandler  (Optional)
If provided any of types derived from HttpMessageHandler, will be used to initialize HttpClient.
credentials  ICredentials  (Optional)
If provided will create HttpClientHandler with provided credentials.
See Also