ServiceClientFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |