RestConnectionMapperConnectionConfiguration Constructor

Initializes a new instance of the RestConnectionMapperConnectionConfiguration class

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 ConnectionConfiguration(
	string url,
	IDictionary<string, string> headers
)

Parameters

url

Type: SystemString

headers

Type: System.Collections.GenericIDictionaryString, String

See

RestConnectionMapperConnectionConfiguration Class

Simple.Connector.Framework.Http Namespace