Language

ServiceClientFactory Class

Definition

Factory class to create an instance of ServiceClient with authentication and HTTP handlers.

public class ServiceClientFactory
type ServiceClientFactory = class
Public Class ServiceClientFactory
Inheritance
ServiceClientFactory

Constructors

Name Description
ServiceClientFactory()

Methods

Name Description
Create(String, String, String)

Creates an instance of ServiceClient configured with authentication and HTTP handlers.

CreateConfidential(String, String, String, String, String)

Creates an instance of ServiceClient configured with confidential client authentication (SPN) and HTTP handlers.

Applies to