QueryConfigurationStartCreateClient Property

Gets the function that constructs the HTTP client that will be used.

Namespace:  Simple.Connector.Framework.Http

Assembly: Simple.Connector.Framework (in Simple.Connector.Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

public Func<string, IEnumerable<KeyValuePair<string, string>>, IClient> CreateClient { get; }

Property Value

Type: FuncString, IEnumerableKeyValuePairString, String, IClient

See

QueryConfigurationStart Class

Simple.Connector.Framework.Http Namespace